UnervDeveloper Posted October 13, 2009 Share Posted October 13, 2009 Is this even possible??? I designed a console application and would like to make it MS-DOS Compatible. I am running MONO on an Ubuntu 9.04 computer... NOTE: Do I have install an additional package or anything??? Link to comment Share on other sites More sharing options...
0 hdood Posted October 13, 2009 Share Posted October 13, 2009 Are you asking if you can run a .NET program under MS-DOS? You cannot. You can run it in a Windows console provided the .NET runtime is installed, but not MS-DOS. Link to comment Share on other sites More sharing options...
0 +Majesticmerc MVC Posted October 14, 2009 MVC Share Posted October 14, 2009 Like hdood said, you can't. Because you've developed a .NET application, you're restricted to platforms that the .NET platform (or Mono) runs on, which doesn't include MS-DOS :) =================== If you're talking about just a command prompt window, then I wouldn't see why not, provided that you make any necessary namespace adjustments. My Mono knowledge isn't great, so I don't know if the namespaces are the same. Link to comment Share on other sites More sharing options...
0 XerXis Posted October 14, 2009 Share Posted October 14, 2009 don't confuse console application with ms-dos application. However you could use the mono framework to run your console application in a linux shell. For that, you don't have to change anything, compile it and run on linux with: mono yourprogram.exe Link to comment Share on other sites More sharing options...
Question
UnervDeveloper
Is this even possible??? I designed a console application and would like to make it MS-DOS Compatible. I am running MONO on an Ubuntu 9.04 computer...
NOTE: Do I have install an additional package or anything???
Link to comment
Share on other sites
3 answers to this question
Recommended Posts