Remote Execution PSEXEC

Discuss RoboTask here
Post Reply
bayshorecto
Posts: 3
Joined: Wed Jul 24, 2013 7:49 pm

Remote Execution PSEXEC

Post 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
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Remote Execution PSEXEC

Post 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
Oleg Yershov
Post Reply