cruelpupet Posted April 16, 2003 Posted April 16, 2003 Recently I have had to do a file distribution across 40+ NT servers. Not being a masochist, I wrote a batch file to do it for me. However, it now seems that this will have to be done on a regular basis. Is there a command that I can put into my batch file that will allow me to call a batch file to run on those 40+ servers?The batch file that is called remotely will be personalizing the file after it is uploaded.Im currently looking into the NET command.
cruelpupet Posted April 16, 2003 Author Posted April 16, 2003 The call command would work, but I can seem to get ti to run on the remote server.when I use ' call \\remoteserver\c\batchfile.bat ' batchfile.bat runs on the PC I am making the call from instead of the remote server.anyway to change that?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now