Jump to content

script a3x show consolewrite in DOS?


Luigi
 Share

Recommended Posts

Hi forum!

Is possible compile a script as .a3x, with CUI option (Create CUI instead of GUI EXE) and it show a ConsoleWrite("Hello world") in DOS console?
 

c:\AutoIt3.exe script.a3x
c:\Hello world

If make the same think with .exe, it print/show a ConsoleWrite("Hello world"), of course, when mark the CUI.

 

Best regards,

Luigi

Visit my repository

Link to comment
Share on other sites

When I save my AU3 file to the autoit directory and run Autoit3.exe Dos.au3 with this code:

Send("Hello World!")

It types Hello World! in the dos prompt. You can do some limited functions in dos this way but it's more work for your scripts. What do you want to do specifically?

Edited by computergroove

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

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