This is an MS-DOS emulator that runs on Win32-x64 command prompt.
16bit MS-DOS compatible commands can be executed on Win32-x64 envrionment.
Last update was May 10, 2020. Tested and works on Windows 10 64-bit.
I can now run the 16-bit LIST.COM in a 64-bit TCC;
![1598561958777.png 1598561958777.png]()
I can create a "64-bit version" of the 16-bit LIST.COM;
This is from the README.TXT...
Read more
16bit MS-DOS compatible commands can be executed on Win32-x64 envrionment.
Last update was May 10, 2020. Tested and works on Windows 10 64-bit.
I can now run the 16-bit LIST.COM in a 64-bit TCC;
Code:
e:\dosbox\utils>msdos.exe LIST.COM
I can create a "64-bit version" of the 16-bit LIST.COM;
Code:
e:\dosbox\utils>msdos.exe -cLIST64.EXE LIST.COM
'LIST64.EXE' is successfully created
This is from the README.TXT...
Read more