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.
create a batch file
Name: Udaykumarpatil2008 Date: March 4, 2009 at 23:16:28 Pacific OS: Windows Vista Subcategory: Batch
Comment:
I am new to batch programming and need some expert help. Here is what I would like to do: 1. I put any type of some files in one folder 2. Now I want to create a batch file in such a way that as I run the batch files it should copy all the files in that folder should copy in the specified different different folders I kept both specific file & batch file in one folder & the program of batch file is as below:
Copy D:\uday\AWEMAN32.DLL c:\windows
3. But the problem is as I change the location of the directory “uday” the batch file does not work.
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 ...
Summary: 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] |f...