April 16, 200323 yr 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.
April 16, 200323 yr Author 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?
Create an account or sign in to comment