Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Batch file
Name: lukerat Date: July 29, 2009 at 06:25:34 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi, i need to create a batch file that copies a certain file extension (*.db0,*.db1, *.db2 etc) from one server directory to another server directory, ie \\uklon0000\smcc\data to \\10.13.0.0\smcc. The copied file needs to overwrite the previous file in the smcc folder. I will run a schedule task for the batch file to run every night. How should I create the script? thanks
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it should return 3. ...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. The only problem is, the commands within the batch...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date as an example) Can this be done using dos batch f...