Page 1 of 1

Robotask object

Posted: Mon Mar 24, 2014 5:32 pm
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

Re: Robotask object

Posted: Tue Mar 25, 2014 11:21 am
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.