Jump to content

delete...


Recommended Posts

What do you want your code to do exactly? Capture the standard output of the executed command? (Or is it something else you have trouble with? What have you tried so far and what is going wrong?)

Edited by SadBunny

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

What do you want your code to do exactly? Capture the standard output of the executed command? (Or is it something else you have trouble with? What have you tried so far and what is going wrong?)

Like This ,Output in Log-Screen.

http://1drv.ms/1PfLNZh

YES.Capture the standard output of the executed command.

Edited by i2i8
Link to comment
Share on other sites

Check the help file for StdoutRead. And/or just copypaste the example from that help text and change the command to your command :)

I still don't understand how should let the log output Log-Screen.Sorry!

 

Link to comment
Share on other sites

The StdoutRead example works for me. Doesn't it work for you?

Also, your logic waits for @error, but the last command that is executed before reading @error is not StdoutRead but  _GUICtrlEdit_AppendText, which doesn't use @error.

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...