Link to home
Start Free TrialLog in
Avatar of Parth48
Parth48Flag for India

asked on

can i make MS DOS application using C#.net ??

i want to know that can i make MS Dos application using C#.net

if C#.net supports MS Dos application then what is the procedure to start ??

give me some suggestions ??
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

It's called a "Console" application. It should be one of the options when you choose "File > New Project" from the menu.
ASKER CERTIFIED SOLUTION
Avatar of jimsweb
jimsweb
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if by DOS application, you mean the black textual application, Console is the way to go.

if you mean a real DOS application which will run on a DOS only computer (if you can still find one) and not a "command prompt" session running from Windows, then you cannot use C#.