All Tags »
deploy batch file
Sorry, but there are no more tags available to filter with.
-
I have had a few customers come to me with this scenario and thought I would share it with anyone else that may be trying to do the same thing. They want to use the Remote Software Installation Utility to deploy a batch file that looks something like this:
Start batch*****
copy Q:\MyFiles\Setup.exe C:\TEMP
start /wait C:\TEMP\Setup.exe ...