Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Newbie creating a batch file
Name: davidvoyage Date: July 14, 2008 at 13:05:32 Pacific OS: WIndows NT CPU/Ram: Intel
Comment:
Hi,
FYI, I have a txt file(abc.txt) that contains a column of logon names. I need to create a batch file that read that file and then for each of the name run this command: "net user [logon names] |find /i "last logon" ". And then output the logon name and the result to another txt file.
Summary: I would like to create a batch file that will add an additional 1 to the front of an existing 8 digit text file,i.e... 11062169.txt-->111062169.txt 09524659.txt-->109524659.txt 65409995.txt-->16540999...
Summary: Hi all, Please help me to create a batch file containt below detail; Find a file named jaf.ini on C: and D: Replace 0 to 2098891 on the line ASKSN=0 Original jaf.ini [OPTIONAL] VALUE=1 ASKSN=0 Edited ...