Link to home
Start Free TrialLog in
Avatar of Aamer M
Aamer M

asked on

Help with PSEXEC

need help with psexec

1. I have a folder with 10 files including a script file setup.bat on the c:\package folder.

2. I have a list on computers on which I want to copy the c:\package folder on the c:\list.txt

3. I want to copy c:\package from my local computer to c:\package on all computers in the c:\list.txt

the command I tried is similar to this (psexec @C:\TEMP\list.csv -u MyDomain\Username -c c:\file.exe)

no matter what I try the error is the specified application is not in the path.


4. then I need to run this setup.bat on all computers in the c:\list.txt

running the setup.bat can be another command as I do not know how long will it take to copy the folder. it is 180 MB.

I have to do this on 500 computers. I am planning to do it in 25 batches provided the scripts work. help appreciated
ASKER CERTIFIED SOLUTION
Avatar of NVIT
NVIT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial