Jump to content

Nt Remote Calls To Batch Files


Recommended Posts

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.

Link to comment
Share on other sites


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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...