emu2
Release 2021.01
2025-11-21
----------------

Emu2 is a Simple x86 and DOS emulator for the command line. Supporting basic DOS system calls and console I/O. 

==Install==
You can copy emu2.exe on c:\sys\bin or any location you want to use it.

==Usage==
It is a command line emulator:
 Usage: emu2 [options] <prog.exe> [args...] [-- environment vars]
 
Run "emu2 -h" for help.

==Examples=
To run 4DOS in a OS/2 command line execute:
 emu2.exe c:\utils\4dos\4dos.com

To run QBASIC in an OS/2 command line execute:
 emu2.exe c:\os2\mdos\qbasic.exe
 
==Author==
Port to ArcaOS by Fusion
 
==Links==
 Official site: https://github.com/dmsc/emu2