Jump to content

Write Stream in AutoIt ?


Recommended Posts

Hi,

I have noticed that I can compile a script as a console application.

Now I'm asking myself if there is any possibility to write into the standard output stream, something like StdOutWrite().

In the helpfile is no function that points to it ... :D

Could anyone tell me more about that, please ?

Thanx a lot.

Greetz

Greenhorn

Edited by Greenhorn
Link to comment
Share on other sites

Greenhorn,

When you compile the executable as a console app, all ConsoleWrite ouput is displayed in the console window. So you can have a GUI program which logs to a console!

It was also my first thought, but as far as I know is the ConsoleWrite function for Editors which can handle writing into a console, isn't it ...?

Hmmm, but maybe ... :D

I will give it a try.

Greetz

Greenhorn

OS: Windows XP SP2, AutoIt version: 3.2.12.0
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...