Jump to content

Recommended Posts

Posted

How to compile au3 to generate exe that can be run in DOS mode?  We have exe files that were generated awhile ago that can be run in DOS mode.  However, recently we compile the same (au3) files again but the newly generated exe can't be run in DOS normally.  The symptom is that the when we run the file in DOS window, it abruptly stopped right away.  Are we missing some steps?

Posted

I'm not sure what do you understand by running in DOS mode. AutoIt it's a scripting language for Windows and since version 3.3.0.0 it doesn't even support the older versions of Windows. If you are talking about console applications you just have to use the following directive:

#AutoIt3Wrapper_Change2CUI=y

 

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
×
×
  • Create New...