Making a program in BASIC for command line
Moderator: General Moderators
Making a program in BASIC for command line
How do I make my BASIC program be in a dos window when executed? I would like to make it .COM.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Look into http://www.freebasic.net and build your application as a console NOT GUI or DLL, etc...
COM files are all but practically extinct...you may also get confused because M$ introduced a technology called COM (Component Object Model) but these are a far cry from COM executable files...
Anyways...look into that application and start working with console
COM files are all but practically extinct...you may also get confused because M$ introduced a technology called COM (Component Object Model) but these are a far cry from COM executable files...
Anyways...look into that application and start working with console