Jump to content

console write in shell


Recommended Posts

as far as i've always use the gui, i need now to launch a script in the shell

so, why consolewrite didn't output the line ?

when i launch the script from shell , it works well but nothing is output

i've search on the help and forums, but didn't managed to find

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

Try redirecting the output somewhere, like:

MyAutoItProgram.exe > output.txt

or piping the output to the more command:

MyAutoItProgram.exe | more

#)

Link to comment
Share on other sites

or piping the output to the more command:

CODEMyAutoItProgram.exe | more

perfect !

thx a lot

so it is not included in autoit the output

i've found an object, wscript.shell

but i have to find how to use it

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
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...