且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Windows上运行基于DOS的项目可执行文件?

更新时间:2023-11-13 11:50:58

你的问题就像问你怎么能改变一辆迷你车成为一个公式1赛车?



答案是你可以做的很少,因为它们是完全不同的东西,你***重写一切。
Your question is like asking "how can you change a mini car into a formula 1 racer?"

The answer is there is very little you can do since they are totally different things, and you are better off rewriting everything.


如果您的Windows平台是32位,它可能会从命令行运行正常。



如果您有64位版本的Windows,或者由于某些其他原因应用程序无法运行,则必须设置模拟DOS环境。



如果您还没有设置虚拟化解决方案,我建议 DOSBox [ ^ ]作为一个优秀的免费平台。
If your Windows platform is 32-bit, it's possible it will run fine from the command line.

If you have a 64-bit version of Windows, or if the application doesn't work for some other reason, you have to set up an emulated DOS environment.

If you don't already have a virtualisation solution set up, I recommend DOSBox[^] as a good and free platform.