Running tasks from other program
-
- Posts: 2
- Joined: Thu Jan 24, 2013 8:07 pm
Running tasks from other program
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
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.
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.
-
- Posts: 2
- Joined: Thu Jan 24, 2013 8:07 pm
Running tasks from other program
Your program is awesome!
֏)
֏)