PDA

Click to See Complete Forum and Search --> : [RESOLVED] DOS Programing?


dclamp
Sep 22nd, 2006, 12:11 AM
does any one know how to create DOS programs and what it is called?

chemicalNova
Sep 22nd, 2006, 12:28 AM
notepad.exe >> Save As >> *.bat

chem

dclamp
Sep 22nd, 2006, 12:40 AM
how do i program it though, what is it called.

i think that DOS programs are the coolest ever. :p

dsheller
Sep 22nd, 2006, 01:20 AM
Are you sure you don't mean console programs? Console programs will run in a DOS prompt. If you have taken a basic C/C++ class or Java you probably wrote programs that run in a terminal window.

gigemboy
Sep 22nd, 2006, 02:10 AM
hate to break it to ya but Dos hasn't been around since Pre-Win2k (when talking about it coexisting with windows, that is)... now all ya got is a "dos shell" which isn't Dos at all, just somethin they made to look like you're still in it. But you can still make dos-like console apps with it...

vbcode1980
Sep 22nd, 2006, 03:08 AM
If you want a real console, get Linux...

dclamp
Sep 22nd, 2006, 06:26 PM
ok cool. i was just wondering. oh well. Thanks for all your inputs ;)

MartinLiss
Sep 22nd, 2006, 07:09 PM
Moved.

BillBoeBaggins
Sep 22nd, 2006, 07:32 PM
Nobody actually listed anything for you, so though its marked RESOLVED thought I would add input.

You can make DOS Style programs using:

QBasic
TurboPascal
C/C++
Java?
And others I am not aware of.

I would suggest getting a beginner book on C and starting there since all the programs will be DOS (Console).