Console application

06/11/2016 21:57 Siebe15#1
Hi guys,

I want to make a console application in AutoIt.
Something like a console application in C#.
Does someone know how to make it?
06/11/2016 23:47 YatoDev#2
[Only registered and activated users can see links. Click Here To Register...]
06/12/2016 00:45 alpines#3
Just use the AutoIt3 Compiler Wrapper and click on "Compile with CLI instead of GUI" and use ConsoleWrite to output your messages.
06/12/2016 00:51 elmarcia#4
Hi here is an example for u to begin.
Stop being so selfish, that's why we got an autoit forum to help others... not being rude,
nobody will ask if the solution is to search in google.
Searching in google is not always the best option.

You can compile as usual and create a gui if u want too (need to be compiled to get the console view)
06/12/2016 10:41 alpines#5
Quote:
Originally Posted by elmarcia View Post
Stop being so selfish, that's why we got an autoit forum to help others... not being rude,
You know that this is a question where you can find the answer within the first minute of googling right? If everyone would state a question here without googling first we would drown in threads.
06/20/2016 10:24 Lawliet#6
[Only registered and activated users can see links. Click Here To Register...]