1

Is there any way to run a program that uses a dos executable file on a desktop? I have one program that is a must for my work and I cannot find anything comparable in Ubuntu aps.

  • Looks like a duplicate of http://askubuntu.com/questions/74559/is-there-a-way-to-run-ms-dos-alongside-within-ubuntu/74567#74567? – Seth Dec 17 '14 at 02:52

1 Answers1

0

There is - through dosemu. You can get it through software center or apt. Place the executable into .dosemu/drive_c directory in you home , and fire up dosemu. You can find the executable with dir command, and run with ./

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497