Jump to content

Standard Output


Recommended Posts

like this?

run(@comspec & " /c Dir c:\*.* >c:\tempfile1.txt")
$x=Fileread("c:\tempfile1.txt",FileGetSize("c:\tempfile1.txt"))
FileDelete("c:\tempfile1.txt")
msgbox(1,"dir of c:\",$x)

or did you mean the exit code?

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

The only way to interact with the user is through the MsgBox or InputBox. I would want a output or input in Dos Shell, like Perl or other (Kix ). It si possible ?

Excused for my English Language (Maccheronico).

:iamstupid: Grazie

Link to comment
Share on other sites

you can gather some info from them in a command line with the $cmdline variable, check the helpfile... I too would like the ability to return info to the console... and yeah, I think it's in the to-do section...

"I'm not even supposed to be here today!" -Dante (Hicks)

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...