Tellblom Posted May 15, 2012 Posted May 15, 2012 I proberbly just missing something really simple, but how can I write to the commandpromt (Not Console) I make a script that runs from a dos promt and I want to send some info while running. How do I do that? /Martin
hannes08 Posted May 15, 2012 Posted May 15, 2012 Hi Martin, you need to compile your script with the following option: #AutoIt3Wrapper_Change2CUI=y Then your ConsoleWrite() calls produce an output in a DOS box. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Tellblom Posted May 15, 2012 Author Posted May 15, 2012 Hi Martin, you need to compile your script with the following option: #AutoIt3Wrapper_Change2CUI=y Then your ConsoleWrite() calls produce an output in a DOS box. Thanks that did it Best Regards Martin
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now