Jump to content

Scripting under dos


Recommended Posts

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

Link to comment
Share on other sites

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 by jguinch
Link to comment
Share on other sites

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