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.
NT batch file to copy only changed files
Name: Richard Stokes Date: August 20, 2001 at 09:33:10 Pacific
Comment:
I have a folder with various forms on 7 different servers that I copy from my machine. Right now I am using the following in a batch file to copy the contents of "C:\instdesktop" to each server: (instdesk is the name of the share)
Summary: Greetings. I am currently working in a large multiuser environment where we are trying to implement a login script that will do an automatic install for users who log on with a special UID. Since th...
Summary: I have an application that passes an one argument to a batch file. The argument is made up of a file name and its path. I need to use only the file name in this batch file and not the path. How can I ...
Summary: Hi everyone, Suppose for some reason I wanted to copy files from the client terminal to the server if and only if %username%==%computername% except that the way we store user names is mixed case i.e. ...