Kyme Posted May 23, 2014 Posted May 23, 2014 Hello forum, I have a small question, i searched but i didn't found something precise so i will ask you guys, Autoit it's able to make apps for dos?, i mean under dos, without windows. The thing that it interest me if i'm able to create a exe to print a message in dos, like "echo" in bat but to be exe and be able to run under dos Thank you. Regards, Emanuel
jguinch Posted May 23, 2014 Posted May 23, 2014 (edited) Use ConsoleWrite to write in your DOS console, and compile the script in CUI mode with AutoIt3Wrapper GUI (check the Create CUI instead of GUI EXE checkbox) Works only with DOS from Windows !! Edited May 24, 2014 by jguinch Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
JohnOne Posted May 23, 2014 Posted May 23, 2014 AutoIt scripts only work under windows, a command prompt is a windows program. There is no DOS in a modern windows os. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
jguinch Posted May 24, 2014 Posted May 24, 2014 i mean under dos, without window I did not see... Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
willichan Posted May 24, 2014 Posted May 24, 2014 (edited) If you are looking to compile an EXE for a true DOS environment (like FreeDOS or MSDOS5), then there are several languages with free compilers around on the net. There are evern utilities to compile batch scripts into EXEs. What to recommend depends a lot on what languages you know. Here is one link to get you started. http://www.freedos.org/technotes/newsitem/129.html Edited May 24, 2014 by willichan My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash
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