Running tasks from other program

Discuss RoboTask here
Post Reply
vladimirAE
Posts: 2
Joined: Thu Jan 24, 2013 8:07 pm

Running tasks from other program

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

Running tasks from other program

Post 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.
vladimirAE
Posts: 2
Joined: Thu Jan 24, 2013 8:07 pm

Running tasks from other program

Post by vladimirAE »

Your program is awesome!
֏)
Post Reply