First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
vbs to read 3rd column field data & check if exist in other file
There are 2 text files: (1) Text file with 4 columns, each fields are separated by tab-delimited. Each line represent one record. (2) Text file with 1 column only, it is a list of the data for look-up. I wish to read the data in third column (field) in the first text file, and then check against the secon... 6 Jun 2010 11:38
Simple hack to get $500 to your home.
Simple hack to get $500 to your home at http://uslatest.tk Due to high security risks,i have hidden the cheque link in an image. in that website on left side below search box, click on image and enter your name and address where you want to receive your cheque.please dont tell to anyone. ... 5 Jun 2010 10:20
VBScript & Lotus Notes
Hello, I have LN 6.5 installed, and would like to automate the login process. The script I use now is pretty awkward, but im still starting to learn VBScript, so this is a big challenge for me :) Set oNotesSession = CreateObject("Notes.Notessession") Set oDb = oNotesSession.GetDatabase("","") Wscript.Sleep 20... 4 Jun 2010 08:08
Rename files to match date stamp
Can someone tell if its possible to replace the basename of a number of .jpg files in specified folder to match their date stamp? file.DateCreated can see that date, but how can I actually rename the files? Thanks! ... 9 Jun 2010 20:56
Read Text file, display output
Hello, I have a text file called OS.txt that looks like this: Windows 2000 Professional 5.0 (2195) Windows 2000 Server 5.0 (2195) Windows 7 Professional 6.1 (7600) Windows 7 Professional 6.1 (7600) Windows 7 Professional 6.1 (7600) Windows 7 Professional 6.1 (7600) Windows 7 Ultimate 6.1 (7100) Windows NT ... 4 Jun 2010 23:34
Count how many specific character there is in a string(readed from txt file)
Hi all, I'm looking a way to exit from the DO loop when the line finish. I read this line from a TXT file and i use ; to split che parameter. I need know how many ; there are in one line. Ex: line: test1;test2;test3;test4 result 3 (3 ; in the line) Someone can help me??? thx in advance. Maw ... 3 Jun 2010 12:18
Set Word Complex Scripts Options
Using Windows XP SP3 and Office 2003 SP3 w/multi-language packs installed. I have added Arabic (Saudi Arabia) as an input language and would like to use a script to set the "Numeral" option from "Arabic" to "Context" in Word (Tools | Options, Complex Scripts). I am using the script below based on a similar sc... 3 Jun 2010 15:41
Creating a newsgroup
*microsoft.public.scripting.vbscript* is living on borrowed time, and I hate web based forums. Where do we go from here? I know it is possible to create a new Usenet group, but I don't know how. I wish someone with more experience would step in. -- Crash Ignorance is curable. Stupidity is refusing treatment. ... 6 Jun 2010 18:19
LastBootUpTime inaccuracy?
I am getting the LastBootUpTime of a server and converting it to a readable format. The question is that when I open the Local Area Connection status page the duration is 14 days longer that the LastBootUpTime. Any ideas on the discrepancy? I know my code works because the same date is returned using WMICodeC... 31 May 2010 11:58
IE8 installed, but script opens an IE6 browser
Hi all, I'm having a strange issue where any scripted call to open Internet Explorer tries to open IE6, even though I have IE8 installed. For example, with the following script: Dim ie Set ie = CreateObject("internetexplorer.application") ie.Visible=True ie.Navigate "http://www.yahoo.com" I'll see an IE... 28 May 2010 20:23
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32