Cwsdpmi


      cwsdpmi [options]
Loads a DPMI environment for 32-bit extended DOS applications (specifically designed for DJGPP).
  cwsdpmi
  Program.exe
or
  cwsdpmi -p

Options

  -p
  Permanently loads cwsdpmi into memory as a TSR.  Can be used with LH to
  load into UMBs.

  -u
  Uninstall a cwsdpmi instance loaded with -p

  -s[full filename]
  Causes cwsdpmi to use an alternate swap filename for virtual memory.  If
  -s- is used, virtual memory is disabled.  The default swap filename is
  usually c:\cwsdpmi.swp

  -x
  Disable the DPMI 1.0 extensions supported by cwsdpmi.  Some programs not
  designed for DPMI 1.0 might have issues with these extensions.

Notes

If -p is not used, cwsdpmi will unload itself after the execution of the first DPMI application has been completed. 16-bit DPMI applications are not supported by cwsdpmi and not all DPMI 1.0 specifications are supported. Cwsdpmi requires a 386 or greater processor.
Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.