First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
BUY FAKE PASSPORTS OF CANADA,FAKE CANADIAN PASSPORTS FOR SALE! FAK
If you want to buy high quality fake faked forged fraudulent counterfeit duplicate false camouflage diplomatic passports and other identification documents of Australia, Austria, Belgium, Canada, Finland, France, Germany, Israel, Malaysia, Netherlands, New Zealand, South Africa, Switzerland, United Kingdom, Uni... 18 May 2010 10:22
How do I configure Windows 2003 to get VBScript email with CDO
YES. We copied and uncomplressed it from the i386 installation folder for Windows 2003, so it's the right version. We put it in \system32 and tried to regsrvr it but it refuses to register. I discovered the following dependencies list (at newsvoter.com) and have confirmed that all these are present: msvcrt... 17 May 2010 16:55
Decoding function
Here is some decoding function, Dim b Function c(d) c=chr(d) End Function b=Array(c(204),c(224),c(128),c(056),c(093),c(131),c(232),c(098),c(033),...c(000 ),"") Can someone explain this function and purpose of each line before decimal coded ASCII. Also, what need be changed if change Ascii encoding metho... 19 May 2010 12:42
wait for external code to complete before continuing
Hi, I have a script that runs an external program via the Shell.Run command. The problem that I am experiencing is that the entire script finishes before the external program completes its processing. Is there a way to call a program from within vbscript similar to the 'call' function in DOS? Thanks in ad... 14 May 2010 19:26
how to delete & rename file in vbs without using WMI class
Can you advise me on how to delete a file and then rename a file using vbs, but without using WMI class. Many thanks in advance. set fsoA = WScript.CreateObject("Scripting.FileSystemObject") set fsoB = WScript.CreateObject("Scripting.FileSystemObject") set fsoC = WScript.CreateObject("Scripting.FileSystemObject"... 24 May 2010 16:50
convert input file with list of paths+filenames output to listof
williamkow schrieb: I have a text file containing a list of path or folder names and filenames, and I wish to convert it to a list of path or folder name only -- using .vbs language (wscript or cscript) Example, the content of the input text file. C:\Users\Alex\Desktop\abc.xls C:\Users\Cho... 11 May 2010 16:48
convert input file with list of paths+filenames output to list of
I have a text file containing a list of path or folder names and filenames, and I wish to convert it to a list of path or folder name only -- using .vbs language (wscript or cscript) Example, the content of the input text file. C:\Users\Alex\Desktop\abc.xls C:\Users\Chong\Desktop\abc.xls C:\Users\Mona\Des... 11 May 2010 15:41
Shutdown explorer not interactively ?
> Of course I can always terminate explorer process but I don't want to do that Why not? I want to do exactly the same If you really want to do EXCACTLY the same, i guess you have to use Sendkeys: '-----MyScript.vbs----- set o = CreateObject("WScript.Shell") o.SendKeys "%{F4}" WScript.Sleep 1000 ... 11 May 2010 11:11
Calling a Function multiple times
Hello, I have this VB script, it goes through a text file and if it finds a line with x400, x500 or SystemMailbox it deletes that line. At the moment, the script removes all lines with x400 but won't do the same for x500 or SystemMailbox. I think it's something to do with the value being retained but don't kn... 11 May 2010 19:03
Errors compiling the script
Hi, I have tested the script and, with some minor modifications, such as increment the counter for walk across rows in the Excel sheet, it works perfectly. So, many many thanks for your help. Paco Gaspar wrote: Thanks 06-May-10 Thank you very much. I will try it in a virtual vmware environment n... 10 May 2010 05:31
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35