== Deploy Example ==
Ciaoidea (2017)
unzip psexec-batch.zip in c:\pstools\scripts
configure files:
c:\pstools\config.bat (edit your remote username and admin password)
c:\pstools\list1.bat (put in the ip list)
run batch:
deploy.bat myfile.bat list1.txt -i
options: -i interactive mode
You can lanch multiple sessions with more groups listN.txt files
deploy.bat myfile.bat list1.txt
deploy.bat myfile.bat list2.txt
deploy.bat myfile.bat list3.txt
...
you can use an exe file or a batch file and put it in your c:\pstools\scrips\packages\ directory
and run it like this:
deploy.bat myfile.exe list1.txt
myfile will be copied in c:\windows of the remote pc to be lanched.
You can also create self extracting executable file to deploy customized packages
https://stackoverflow.com/questions/9265639/how-do-i-make-a-self-installing-executable-using-winrar
= EOF =