DOSBox: debug.exe reads file - processes commands incorrectly

后端 未结 2 1407
后悔当初
后悔当初 2020-12-22 09:32

I\'m trying to use DOSBox with debug.exe on a 64-bit system. It works perfectly fine if I enter the commands manually. When I redirect input from a file with:

2条回答
  •  盖世英雄少女心
    2020-12-22 10:12

    I can reproduce the behavior you are seeing in this scenario:

    • DOSBox 0.74 on Windows and Linux
    • DEBUG.EXE from Windows XP copied to DOSBox
    • DEBUG.EXE from various versions of MS-DOS will cause problem including unexpected hangs. See this Stackoverflow question for another related problem.

    I found a version of DEBUG.COM from FreeDOS that works as expected. I have made DEBUG.COM available for download from my website. Alternatively you can download the ZIP File from Softpedia and extract DEBUG.COM.

    When I run DEBUG.COM I get this:

    S:\>debug.com hello
    Hello, World!
    

提交回复
热议问题