I want to run .NET applications on DOS and I was thinking of using the Mono Framework, but DOS does not appear to be a supported platform. Is there a way to use Mono or the MS.NET Framework on DOS?
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
Pretty sure that pretty much nothing is supported on DOS these days. If you want a console-based platform that will work on a low-power machine, then there are plenty of flavours of linux that would do fine here, and work with Mono.
If you just mean "from the command line", then MS .NET will work fine invoked from the console in Windows.
If yer just looking for a "command line" environment to run your app from, and don't actually need DOS itsself... then try the COSMOS project