I am having a problem with a custom tool that is simply supposed to rollout a reg key (the next command will run psexec and regedit remotely to apply the key.
Here is the command:
cmd /c & copy C:\temp\WLBS\NovellWLBS.reg \\%E%\c$\ & pause
When I run it from a DOS prompt replacing %E% with a server name. I tried %S% as well, but that didn't help. The file never arrives at the target machine, rights would be the same between command prompt manual run and the Custom Tool. Any thoughts?
Here is the command:
cmd /c & copy C:\temp\WLBS\NovellWLBS.reg \\%E%\c$\ & pause
When I run it from a DOS prompt replacing %E% with a server name. I tried %S% as well, but that didn't help. The file never arrives at the target machine, rights would be the same between command prompt manual run and the Custom Tool. Any thoughts?
Comment