remotecontrol command

Hello:

I tried to put following command in a bat file, but couldn’t get it work.

deadlinecommand -remotecontrol P11b0057 relaunchslave

It returned this:

got reply: Sent "relaunchslave" command. Result: "Failure: Requested value 'relaunchslave' was not found. (System.ArgumentException)" Sent remote command relaunchslave to P11b0057

I’m not very familiar with command line and searched forum didn’t find the answer. I think I probably did simply thing wrong but couldn’t figure out… :open_mouth:

Cheers

Looks like it’s case sensitive. Try “RelaunchSlave” instead of “relaunchslave”.

Cheers,

  • Ryan

Thanks for the reply! It’s working now :smiley: