Trying to run a script
Hello,
I am attempting to run a script that copies a file from a network location to the local c:\windows folder on several machines using a K1000 appliance. I have the script located at:
\\10.0.1.99\Utilities\1 Fields\Documents & Fixes\Java Fix for Success Maker
like I said I want it copied to C:\Windows
I wrote the simple batch file containing:
xcopy "\\10.0.1.99\utilities$\1 Fields\Documents & Fixes\Java Fix for Success Maker\Sun\Java\Deployment\DeploymentRuleSet"*.* "C:\Windows\Sun\Java\Deployment" /f
It works when I log into the machine and run it manually. However I cannot get it to push through KBOX.
I would like to receive a very detailed answered as to how to create a new script as to push this batch file and make it run. However, any help is greatly appreciated.