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.
File that copies itself
Name: ultraxmode Date: February 10, 2004 at 06:28:56 Pacific OS: winxp CPU/Ram: p4/512
Comment:
Hi,
I want to create a batch file in a folder at the server
e.g. \\server\sharefolder\test.bat
When a user runs this batch file, i want the batch file to copy two files (that they are in the same directory with "test.bat", say test2.bat,test3.bat) to c:\ of the user himself's computer that he had run the test.bat. I want to create this file for the users to retrieve from the server that it has to do with anti-virus script "stinger"
Summary: I have a file that is dated each day, such as H324726, 726 being the date. How can I script this to copy to a new folder everyday without grabbing past dated files? ...
Summary: I am just learning to write .bat files. I'm wanting to take all of the html files that start with "BWW" in my c:/freepour/html/ directory and copy them to the a: drive and then move them out of the ...
Summary: I often run a batch file that copies .txt files from folder A to folder B. Easy enough. Often there are 0KB files that are generated in Folder A. I do not want to copy these files to folder B. Is ther...