home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / EXIT_VDM.ZIP / EXIT_VDM.DBG < prev    next >
Text File  |  1992-06-03  |  255b  |  16 lines

  1. a100
  2. ; Enter the following:  DEBUG <exit_vdm.dbg
  3. ; This will create the file EXIT_VDM.COM.
  4. ; This program will terminate a VDM.  It will
  5. ; work in both OS/2 DOS Emulation and VM-Boot.
  6. mov ah,4D
  7. int 21
  8. hlt
  9. db 2,FD
  10.  
  11. rcx
  12. 7
  13. n exit_vdm.com
  14. w
  15. q
  16.