First  |  Prev |  Next  |  Last
Pages: 572 573 574 575 576 577 578 579 580 581 582 583 584
How to use vbscript to copy a header from one Word document to another
I'm having trouble figuring out how to use vbscript to copy a header from one Word document to another. The code below generates an error message telling me that the requested object doesn't exist i.e., the error is produced by this line: Set objSourcRange = objSourcDoc.Sections(1).Headers(wdHeader... 16 Feb 2005 11:21
Telnet object
Does anybody know of any good telnet class or objects?(ocx) We need to configure a many pieces of hardeware and it will take about an hour per unit and of course human error will happen. It would be nice to promatically configiure. ... 17 Feb 2005 20:17
Sending a Fax
I am using the VB Script below to send an XLS file to a fax number, the problem is there is no cover page or information to say where the fax is from, who it is for etc, so all the recipient recives is the XLS (Excel)file. Can multiple files be faxed so that I can specify a cover page file as well as the main fi... 16 Feb 2005 13:24
Convert to NTFS
Anyone have a script that automatically sets the computer to schedule a convert to NTFS at next reboot without user interaction? ... 15 Feb 2005 18:07
Change local Administrator account name?
Hi, Is it possible to change the Administrator account name on a remote machine using script? TIA ... 14 Feb 2005 19:32
Display Message and Wait
In vbscript, is there a way to display an informational message, wait for a period of time and then have the message box disappear and the script continue running? TIA Ernie ... 14 Feb 2005 19:32
How to write this 0xFFFFFFFF to registry
ATI have a solution for an error with SystemPages and there Radeon graphics cards. The recommend trying to change... "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\SystemPages value. The Edit DWORD Value dialog box appears. Enter the maximum value (0xFFFFFFFF) , ... 14 Feb 2005 19:32
Writing REG_BINARY registry value
Can you help me writing following value into registry key below "AppSettings"=hex:00,01,00,00 there is no problem to write REG_SZ using this line WshShell.RegWrite "HKCU\Software\Microsoft\Office\AppSettings", "http://x.y.com/...", "REG_SZ" but i dont know how to use Reg.Write to write reg_binary value. ... 14 Feb 2005 19:32
Parsing command line arguments
I can easily get command line arguments for a vbscript using the shell object. But so far can only handle arguments by their position, which makes optional command line arguments difficult or impossible. Are there any built in methods for parsing optional arguments - both for those with data and those without? ... 14 Feb 2005 19:32
mswsock component
i try to implement some tcp/ip communication using vbscript and winsock component. found "mswinsck.ocx", has nice and easy syntax. but also found info that i need special license tu use it? may it be freely distributed/copied from computer to computer? is there some major limitation /difference regarding win versi... 14 Feb 2005 19:32
First  |  Prev |  Next  |  Last
Pages: 572 573 574 575 576 577 578 579 580 581 582 583 584