Page 1 of 1
Running tasks from other program
Posted: Thu Jan 24, 2013 8:12 pm
by vladimirAE
Hi guys! Can I run different tasks in ROBOTASK from other programs? Using for example c# or c++ in Visual Studio or not? Or probably there is a special dll or I just haven't read properly the documentation.
Running tasks from other program
Posted: Fri Jan 25, 2013 8:04 am
by Oleg
You can create BAT file for necessary task and run it in your program
Select the task and use menu Task => Crate Batch file... (see screenshot)
Command line is simple:
"C:\Program Files (x86)\RoboTask\RTaskRun.exe" <TaskId>
TaskId is a number like 12345 for decimal format
- or -
$3D183368 for Hex format
It's better if RoboTask will be already running when you run this BAT file.
Running tasks from other program
Posted: Fri Jan 25, 2013 4:14 pm
by vladimirAE
Your program is awesome!
֏)