Page 1 of 1

Remote Execution PSEXEC

Posted: Tue May 11, 2021 7:52 pm
by bayshorecto
Hello!

I need to execute a RoboTask job from another computer. I generally use psexec for this ... but the process fails with RoboTask.

C:\Users\administrator>psexec \\vm3a "C:\Program Files (x86)\RoboTask\RTaskrun.exe" $576513DE

PsExec v2.33 - Execute processes remotely
Copyright (C) 2001-2021 Mark Russinovich
Sysinternals - www.sysinternals.com


RoboTask is not found.
C:\Program Files (x86)\RoboTask\RTaskrun.exe exited on vm3a with error code 1.

Other tasks are routinely run in this fashion with no problems. Any idea what is causing the problem?

Thank you,

Stephen

Re: Remote Execution PSEXEC

Posted: Wed May 12, 2021 9:53 am
by Oleg
You do not need to use PSEXEC.
1. You must install RoboTask on remote computer
2. You can run some task by using Send command action and Listener trigger
Also look at the NetWorkCommand.exe utility. This is standalone utility and you can run it from command line or interactively