From the forum:
"I tried remote command \\10.10.10.1\my_batch.bat but it marked the job as failed. While trying to find out the reason I found out that the remote command only run files relative to the agent folder or the PATH folders. So I did send the batch file as install so that wget would put the batch file in the downloads folder. Then I tried remote command downloads\my_batch.bat. The windows prompt window show up in the PC where the agent was but the commands were not executed even tho the command prompt showed them as executed. The commands in the batch file:
echo Running
msiexec /i \\10.10.10.1\Example.msi /qb-
msiexec /i \\10.10.10.1\openoffice.msi /qb-
echo Done
pause "
Logged In: YES
user_id=1616693
Originator: YES
Also when the rpc command has spaces, eg: D:\Program Files\7-Zip\7zFM.exe
then in the job edit tab the Command is: D:\Program
and the Parameter: Files\7-Zip\7zFM.exe
So there is a problem with spaces..