Robotask object

Discuss RoboTask here
Post Reply
colibri
Posts: 1
Joined: Mon Mar 24, 2014 5:31 pm

Robotask object

Post by colibri »

hello,

I try to run a command line from vb with argument to RoboTask. Clearly, I want to get the result of my application in vb RoboTask.

Eric
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Robotask object

Post by Oleg »

What result do you want to retrieve?

If you mean the output text of the utility the you can use the next command line:
cmd.exe /c myprogram.exe argument1 argument2 argument3 > c:\temp\output.txt

Command interpreter (cmd.exe) will catch the output of the utility and saves the output into text file.
Oleg Yershov
Post Reply