Remotely running batchfiles on Windows XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have about 50 computers that have Windows XP pro installed and i need to install some program on all 50 of the computers. My co-worker has a small batch file the he runs and it installs the applicaitons we need but we have to log in to each machine and run the batch file. Is their a way to run the batch file on multiple computers so we do not have to visit each workstation. If any one can point me in the right direciton I would appreciate it.
 
Michael said:
I have about 50 computers that have Windows XP pro installed and i
need to install some program on all 50 of the computers. My co-worker
has a small batch file the he runs and it installs the applicaitons
we need but we have to log in to each machine and run the batch file.
Is their a way to run the batch file on multiple computers so we do
not have to visit each workstation. If any one can point me in the
right direciton I would appreciate it.


In a domain? Use group policies and/or startup scripts.

Not in a domain, use sysinternals psexec.
 
Back
Top