home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / INFO / QOSSWIT3.ZIP / QOS-SWIT.TXT
Encoding:
Text File  |  1992-05-28  |  29.9 KB  |  676 lines

  1. Quarterdeck Office Systems programs commandline-switch list
  2. [Last Edit: 5/28/92]
  3.  
  4. Switches are preceded with / unless otherwise specified and may be given
  5. with either the full name or the abbreviation (where present).    Switches
  6. which accept arguments may use either an equal sign '=' or a colon ':'
  7. between the switch and its argument.
  8.  
  9. DV.EXE switches (documented and otherwise) updated for Version 2.52:
  10. [Note: DV.EXE versions 2.50-2.52 are part of DESQview/X v1.00-1.02]
  11.  
  12.              Version 2.xx
  13.  Ab  Name         .0x .2x  .3x .4x .5x    Comments
  14.  --  --------------- --- ---- --- --- --- -----------------------------
  15.  AE  ABORTONERROR     .. ...6 14  02  02  /AE=Y or /AE=N
  16.  AS  ALWAYSSAVEMAP    .. ..56 14  02  ..  /AS=Y or /AS=N
  17.  AD  AUTODVP          .. .... ..  ..  02
  18.  C8  CLI8042          .. .... ..  .2  02
  19.  CV  CODEVIEW          .. 0256 14  02  02  adj keyboard use for debugger
  20.  CL  COMMLOAD          .. ..56 14  02  02  /CL=x
  21.  CR  CRITICALREDIR    .. .... ..  ..  02
  22.  DM  DELAYMSMOUSE     .. ...6 14  02  02  /DM=Y or /DM=N
  23.  DI  DOSIDLE          .1 .... ..  ..  ..
  24.  DT  DOSTERM          01 0256 14  02  02  pass prog termination req to DOS
  25.  XB  EXCLUDEBANK      .. .... 14  02  02  /XB=hh don't use INTs hh - hh+7 [5]
  26.  EN  EXTERNALNOTIFY   .. ..56 14  02  02  /EN=hh set XDI multiplex number [1]
  27.  FB  FIRSTBANK          .1 0256 14  02  02  /FB=hhhh [3]
  28.  FO  FIRSTORIGINAL    .1 0256 14  02  02  /FO=hhhh [3]
  29.  EE  GENERICEEM       .1 0256 14  02  ..  use EEMM calls (not hardware)
  30.  71  GRAB71          .1 .... ..  ..  ..
  31.  HW  HWINT          .. 0256 14  02  02  spec handling for hardware ints [2]
  32.  I2  IRQ2          .1 .... ..  ..  ..
  33.  I3  IRQ3          .1 .... ..  ..  ..
  34.  I4  IRQ4          .1 .... ..  ..  ..
  35.  I5  IRQ5          .1 .... ..  ..  ..
  36.  IC  IRQC          .1 .... ..  ..  ..
  37.  LD  LOCKOUTDISK      01 0256 14  02  02  no taskswitch during disk I/O
  38.  MT  MACHINETYPE      .. ..56 14  02  02  /MT=hh [4]
  39.  MX  MAILEXPSIZE      .. .... ..  ..  02  /MX=n reserve n K EMS for mailboxes
  40.  MS  MINSHAREDMEMORY  .. ...6 14  02  02  /MS=n reserves n K of shared mem
  41.  MR  MSMOUSERESET     .. ..56 14  02  02  /MR=hhhh [4]
  42.  NI  NOIDLE          .. 0256 14  02  02
  43.  NR  NORESET          .. 0256 14  02  02
  44.  NS  NOSETUP          01 0256 14  02  02  ignore DVSETUP.DV
  45.      NOVCASTOFF       .. .... ..  ..  02
  46.      NOVEOJ          .. ..56 14  02  02
  47.  OK  OLDKEYBOARD      01 0256 14  02  02  force 83/84-key keyboard
  48.  OP  OVERLAPPREFIXES  01 0256 14  02  02  allow prgs to have same PSP addr
  49.  PM  PARTIALMAPPINGOK .. ...6 14  02  02  /PM=3 use only EMS3, else EMS4 calls
  50.  PO  PROTECTOPEN      .. 0256 14  02  02
  51.  QX  QUITONPIFEXIT    .. .... ..  ..  02
  52.  RP  RAMPAGE          .1 0256 14  02  ..  assume AST RAMpage EMS board
  53.  RR  ROUNDROBIN       01 0256 14  02  02
  54.  SB  SECONDBANK       .1 0256 14  02  02  /SB=hhhh [3]
  55.  SO  SECONDORIGINAL   .1 0256 14  02  02  /SO=hhhh [3]
  56.  SS  SWAPSHAREDMEMORY .. ...6 14  02  02  /SS=Y or /SS=N
  57.  U4  SWAPUSINGEMM4    .. 0256 14  02  02  /U4=Y or /U4=N
  58.  UX  UNPROTECTEXTENDED . 0256 14  02  02
  59.  W3  WINDOWS3          .. .... 14  02  02
  60.  XC  XCURSORFLASH     .. .... ..  ..  02
  61.  XT  XTRACEBIOSKBD    .. .... ..  ..  02
  62.  
  63. [1] somewhat buggy in 2.31, as DV.EXE will use the specified multiplex
  64.     number, but DVXMS.DVR (which DV.EXE loads) still uses the default
  65.     DEh if no XDI drivers were loaded prior to DV.
  66.  
  67. [2] /HW is immediately followed by a colon or an equal sign, 1 to 4 hex
  68.     digits indicating the interrupt number, another colon or equal sign,
  69.     and "L", "D", "F", "0", "M", "U", or "V" (DV 2.3+).  "F" = Foreground,
  70.     "V" = Virtualize video (program writes to screen from within hardware
  71.     interrupt handler), "0"/"L" deal with disabling DV's handling of an IRQ.
  72.  
  73.     This switch is designed to accomodate failings in DOS application
  74.     programs which violate Quarterdeck's view of "standard" programming
  75.     procedures (though at least one variant is to correct a failing in
  76.     DV itself, but QOS will not divulge which).
  77.  
  78. [3] /FB, /FO, /SB, and /SO are immediately followed by a colon or an
  79.     equal sign and 1 to 4 hex digits
  80.  
  81. [4] /MR and /MT expect a hex number (/MR up to 4 digits, /MT up to 2 digits)
  82.  
  83. [5] DV uses two banks of eight interrupts to relocate the hardware interrupts
  84.     from their defaults of 08h-0Fh and 70h-77h.  /XB specifies that a
  85.     particular bank of interrupts not be considered available for the
  86.     relocation; the specified hex number must be a multiple of 8 (i.e. X0 or
  87.     X8).
  88.  
  89. -------------------------------------------------------------------------------
  90. DV.COM [also XDV.COM and DVX.COM] switches (documented and otherwise):
  91.  
  92.             Version 2.xx
  93.  Ab  Name        .0x .2x  .3x .4x .5x     Comments
  94.  --  -------------- --- ---- --- --- ---  -----------------------------
  95.  DP4 DONTPATCHDOS4  ..    ...6  1  02   02
  96.  X   EXCLUDE        ?1    0256  1  02   02  don't use high memory region [1]
  97.  F   FILE        ?1    0256  1  02   02  load DV from /F=<path>
  98.  EE  GENERICEEM     ?1    0256  1  02   02  use EEMM calls (not hardware)
  99.  L   LIST        ?1    0256  1  02   02  list the memory areas used
  100.  NS  NOSETUP        ?.    0256  1  02   02  ignore DVSETUP.DV
  101.  NT  NOTOKENRING    ..    ...6  1  02   02  don't check for token ring adapter
  102.  RP  RAMPAGE        ?1    0256  1  02   02  assume AST RAMpage EMS board
  103.  
  104. [1] /X=hhhh-hhhh (same as QEMM X= switch)
  105.  
  106. -------------------------------------------------------------------------------
  107. EMS.COM switches: 
  108.                           EMS.COM Version
  109.  Ab   Name         5.0x 5.1x    6.0x    Comments
  110.  ---- ------------------ ------------------  -----------------------------
  111.  CR   CREATE            1      02    create a handle with name,size
  112. CFAST CREATEFAST        1      02    create handle in fast EMS
  113. CSLOW CREATESLOW        1      02    create handle in slow EMS
  114.       DIR            1      02    display current handles
  115.       FREE            1      02    free given handle
  116.       HELP            1      02    display help screen
  117.       LOAD            1      02    read handle data from file
  118.  NOPE NOPAUSEONERROR        1      02    don't wait for key on error
  119.       PAUSE            1      02    wait for key after cmdline parsing
  120.  REN  RENAME            1      02    change handle's name
  121.  RES  RESIZE            1      02    change handle's size
  122.       SAVE            1      02    save handle data in file
  123.       ?             1      02    list all commands
  124.  
  125. -------------------------------------------------------------------------------
  126. EMS2EXT.SYS switches: 
  127.                           EMS2EXT Version
  128.  Ab   Name                    x.xx              Comments
  129.  ---- ------------------ ------------------  -----------------------------
  130.       FAST              1.00         use fastest available memory
  131.       HELP              1.00         display help screen
  132.  ME   MEMORY (also MEM)       1.00         amount of ext memory to emulate
  133.  NOPE NOPAUSEONERROR          1.00         don't wait for key on error
  134.       PAUSE              1.00         wait for key after cmdline parsing
  135.       SLOW              1.00         use the slowest available memory
  136.       ?               1.00         list all commands
  137.  
  138. -------------------------------------------------------------------------------
  139. FCBS.COM switches (no preceding slash):
  140.                FCBS Version
  141.  Ab   Name                    x.xx              Comments
  142.  ---- ------------------ ------------------  -----------------------------
  143.       HELP                     display help screen
  144.  NOPE NOPAUSEONERROR                 don't wait for key on error
  145.       PAUSE                     wait for key after cmdline parsing
  146.       =                      set number of system FCBs
  147.       +                      increase number of system FCBs
  148.       ?                                      list all commands
  149.  
  150. -------------------------------------------------------------------------------
  151. FILES.COM switches (no preceding slash):
  152.                FILES Version
  153.  Ab   Name                    x.xx              Comments
  154.  ---- ------------------ ------------------  -----------------------------
  155.       HELP                     display help screen
  156.  NOPE NOPAUSEONERROR                 don't wait for key on error
  157.       PAUSE                     wait for key after cmdline parsing
  158.       =                      set number of file handles
  159.       +                      increase number of file handles
  160.       ?                                      list all commands
  161.  
  162. -------------------------------------------------------------------------------
  163. LASTDRIV.COM switches (no preceding slash):
  164.               LASTDRIV Version
  165.  Ab   Name                    x.xx              Comments
  166.  ---- ------------------ ------------------  -----------------------------
  167.       HELP                     display help screen
  168.  NOPE NOPAUSEONERROR                 don't wait for key on error
  169.       PAUSE                     wait for key after cmdline parsing
  170.       =                      set highest drive letter
  171.       +                      increase number of drives
  172.       ?                                      list all commands
  173.  
  174. -------------------------------------------------------------------------------
  175. LOADHI.COM switches:
  176.               LOADHI Version
  177.  Ab   Name                    x.xx              Comments
  178.  ---- ------------------ ------------------  -----------------------------
  179.  B    BESTFIT                     load into smallest possible block
  180.  XL   EXCLUDELARGEST                 don't load into Nth largest block
  181.  XR   EXCLUDEREGION                 don't load into region N
  182.  XS   EXCLUDESMALLEST                 don't load into Nth smallest blck
  183.  GS   GETSIZE                     load low and compute needed size
  184.  H    HAPPIEST                     load until program is happy
  185.       HELP                                   display help screen
  186.  LB   LABEL                     display label with GETSIZE data
  187.  L    LARGEST                     load into Nth largest block
  188.       LO                     load low rather than high
  189.  NL   NOLO                     don't load low
  190.  NOPE NOPAUSEONERROR                 don't wait for key on error
  191.       PAUSE                     wait for key after cmdline parsing
  192.  R    REGION                     load into specific UMB region
  193.       SIZE                     load into block N bytes in size
  194.  S    SMALLEST                     load into Nth smallest block
  195.  TSR  TERMINATERESIDENT              go TSR on exit (for INSTALL=)
  196.       ?                                      list all commands
  197.  
  198. -------------------------------------------------------------------------------
  199. LOGOPT.COM switches (no preceding slash):
  200.               LOGOPT Version
  201.  Ab   Name                    x.xx              Comments
  202.  ---- ------------------ ------------------  -----------------------------
  203.  DIR  DIRECTORY                  specify directory for log file
  204.       HELP                                   display help screen
  205.  NOPE NOPAUSEONERROR                 don't wait for key on error
  206.       PAUSE                     wait for key after cmdline parsing
  207.  SEG  SEGMENT                     segment at which OPTIMIZE loaded
  208.       ?                                      list all commands
  209.  
  210. -------------------------------------------------------------------------------
  211. OPTIMIZE.COM switches:  (note: OPTIMIZE.COM v6.0 is actually a .EXE)
  212.                           Optimize Version
  213.  Ab   Name             5.xx  6.0x     Comments
  214.  ---- ------------------ ------------------  -----------------------------
  215.  AUTO AUTOEXECLUDES           .    02         automatic exclusion detectn (QEMM)
  216.  B    BOOT               11   02         /B:d boot drive is d:
  217.  CMD  COMMANDFILE           .    02         file of commands to ignore
  218.  DIR  DIRECTORY            .    02         internal housekeeping, final pass
  219.       EMM               11   02         /EMM:filnam specify own EMM driver
  220.  F    FILE               .    02         internal, processing CALLs
  221.  DONE FINISHED               .    02         enable "Memory Saved" screen
  222.       HELP               11   02         display help screen
  223.  LA   LARGE               .    02         force 43/50 line display
  224.  L    LOADHIONLY           11   02         only optimize lines with LOADHI
  225.  LOW  LOADLOW               .    02         force all progs into low memory
  226.  M    MONO               .    02         force monochrome display
  227.  NOPE NOPAUSEONERROR           11   02         don't wait for key on error
  228.  NF   NOSQF               .    02         don't use EMS page frame
  229.  NT   NOSQT               .    02         don't use QEMM temporary memory
  230.  N    NOSYNC               .    02         disable synchronized access on CGA
  231.  P    PATH               11   02         add OPTIMIZE path to PATH=
  232.       PAUSE               .    02         wait for key after cmdline parsing
  233.  Q    QUICK               .    02         choose defaults
  234.  RF   RESPONSE               .    02         create LOADHI response file
  235.  SEG  SEGMENT               11   02         start address of first pass
  236.  ST   STEALTH               .    02         enable Stealth testing
  237.       STPASSDONE           .    02         internal, used in Stealth process.
  238.       ?                11   02         list all commands
  239.  
  240. -------------------------------------------------------------------------------
  241. QEMM386.SYS switches (no preceding slash):
  242.                              Version
  243.  Ab   Name              4.xx  5.xx    6.xx      Comments
  244.  ---- ------------------ ------------------  -----------------------------
  245.  ARAM ADAPTERRAM     .   00 11  00 02 03 RAM on an adapter board
  246.  AROM ADAPTERROM     .   00 11  00 02 03 ROM on an adapter board
  247.  AU   AUTO         23  00 11  00 02 03 turn on only if needed
  248.  C386S COMPAQ386S     .   00 11  00 02 03 running on a COMPAQ 386s
  249.  CER  COMPAQEGAROM     .   00 11  00 02 03 relocate COMPAQ video ROM
  250.  CHR  COMPAQHALFROM     .   00 11  00 02 03 split system ROM in half
  251.  CRM  COMPAQROMMEMORY     .   00 11  00 02 03 use COMPAQ mem reserved for ROM
  252.  CO   CONTEXTS         23  00 11  00 02 03 generates err msg in 5.00+
  253.  DB   DISKBUF         .   00 11  00 02 03 set size of SCSI disk buffer
  254.  DBF  DISKBUFFRAME     .   .    .   00 02 03 buffer disk access into pg frame
  255.  DM   DMA         23  00 11  00 02 03 set size of DMA buffer
  256.  DUX  DONTUSEXMS     .   00 11  00 02 03 don't grab mem from XMS provider
  257.  D4   DOS4         23  00 11  00 02 03 alter EMS page order for DOS 4
  258.  EMB  EMBMEM         .   .    11  00 02 03 limit XMS memory
  259.  X    EXCLUDE         23  00 11  00 02 03 consider range unmappable
  260.  XST  EXCLUDESTEALTH     .   .    .   00 02 03 don't stealth specified ROM
  261.  XSTI EXCLUDESTEALTHINT  .   .    .   00 02 03 don't stealth specified interrupt
  262.  EXT  EXTMEM         23  00 11  00 02 03 reserve extended memory
  263.  F10  FASTINT10      .   .    .   00 02 03 F10:N call original INT 10
  264.  FEMS FORCEEMS         .   00 11  00 02 03 provide EMS calls even if no frame
  265.  FSTC FORCESTEALTHCOPY     .   .    .   00 02 03 copy tables even when excluded
  266.  FR   FRAME         23  00 11  00 02 03 set page frame segment or NONE
  267.  FB   FRAMEBUF         .   .    .   00 02 03 buffer INT 21 calls in page frame
  268.  FL   FRAMELENGTH     .   00 11  00 02 03 set pages in page frame
  269.  GS   GETSIZE         .   00 11  00 02 03 report high-load memory (OPTIMIZE)
  270.  HA   HANDLES         23  00 11  00 02 03 number of EMS handles
  271.       HELP         .   00 11  00 02 03 display commandline switches
  272.       HMAMIN         .   00 11  00 02 03 min allocation in HMA
  273.  IA   IGNOREA20      23  00 11  00 02 03 don't trap 8042 for A20 control
  274.  I    INCLUDE         23  00 11  00 02 03 consider range mappable
  275.  I386 INCLUDE386     .   00 11  00 02 03 same as I, but ignd by QRAM,Q50/60
  276.       IOTRAP         .   00 11  00 02 03 =1 or =64 num reps of I/O space
  277.  LB   LABEL         .   00 11  00 02 03 internal, used by OPTIMIZE
  278.  LD   LOCKDMA         .   00 11  00 02 03 no interrupts during DMA
  279.  MA   MAPS         23  00 11  00 02 03 number of alternate register sets
  280.  ME   MEMORY (also MEM)  23  00 11  00 02 03 v4.23 does not accept MEM
  281.  NA   NAMES         23  00 11  00 02 03 generates err msg in 5.00+
  282.  NCF  NOCOMPAQFEATURES     .   00 11  00 02 03 turn off CER, CHR, CRM
  283.       NOEMS         .   00 11  00 02 03 don't provide EMS
  284.  NO   NOFILL         23  00 11  00 02 03 don't fill conventional memory
  285.       NOHMA         .   00 11  00 02 03 don't allow HMA to be used
  286.  NOPE NOPAUSEONERROR     .   00 11  00 02 03 don't pause for key on error
  287.  NR   NOROM         23  00 11  00 02 03 don't map reboot page of ROM BIOS
  288.  NRH  NOROMHOLES     .   00 11  00 02 03 don't find empty holes in ROM
  289.  NOSH NOSHADOWRAM     .   00 11  00 02 03 don't use C&T shadow RAM
  290.  NS   NOSORT         23  00 11  00 02 03 don't sort memory by speed
  291.  NTR  NOTOKENRING     .   00 11  00 02 03 ignore token ring adapter
  292.  NT   NOTOPMEMORY     .   00 11  00 02 03 don't search for "top memory"
  293.       NOVDS         .   00 11  00 02 03 don't provide virtual DMA services
  294. NOVID NOVIDEO         .   .    .   00 02 03 * not documented for v6.00
  295.  NV   NOVIDEOFILL     23  00 11  00 02 03 don't backfill in video mem range
  296.  NVR  NOVIDEORAM     .   00 11  00 02 03 don't put RAM into video mem range
  297.  NW3  NOWINDOWS3     .   .    11  00 02 03 don't load Windows 3 support
  298.  NX   NOXBDA         23  00 11  00 02 03 don't move extended BIOS data area
  299.       NOXMS         .   00 11  00 02 03 don't provide XMS memory
  300.  ODV  OLDDV         23  00 11  00 02 03 enable EEMS support for DV 1/2.00
  301.  OF   OFF         23  00 11  00 02 03 turn QEMM off
  302.       ON         23  00 11  00 02 03 turn QEMM on
  303.       PAUSE         .   00 11  00 02 03 pause for key when displaying msgs
  304.       RAM         23  00 11  00 02 03 map RAM into upper memory area
  305.  R    REGION         .   00 11  00 02 03 load high into specified region
  306.       ROM         23  00 11  00 02 03 map ROM into RAM for speed
  307.  SH   SHADOWRAM      .   .    .   .  02 03 SH={NEAT,386,LEAP,PEAK,SCAT,NONE}
  308.       SORT         .   .    .   00 02 03 SORT:Y use fastest memory first
  309.  ST   STEALTHROM     .   .    .   00 02 03 ST:M ST:F hide ROMs [1]
  310.  SUS  SUSPENDRESUME     .   .    .   00 02 03 laptop "suspend/resume" feature
  311.  TA   TASKS         23  00 11  00 02 03 max interrupt nesting level
  312.  UFP  UNMAPFREEPAGES     .   .    .   .  02 03 UFP:N = don't show ROM thru EMS fr
  313.  U8   UNUSUAL8042     23  00 11  00 02 03 nonstandard keyboard controller
  314.  UX   UNUSUALEXT     .   00 11  00 02 03 nonstandard extended-memory BIOS
  315.  VS   VCPISHARE      .   .    .   00 02 03 share page table with VCPI clients
  316.       VGA         23  .    .   .  .  .
  317. VREGA VIDRAMEGA      .   00 11  00 02 03 video area not mappable
  318. VREMS VIDRAMEMS      .   00 11  00 02 03 make vid area mappable, don't fill
  319.  VHI  VIRTUALHDIRQ     .   .    .   00 02 03 VHI:N = don't disable INT 15h/90h
  320.       VXDDIR         .   .    .   00 02 03 locatn of .VXD files for Windows3
  321.  WD   WATCHDOG         .   00 11  00 02 03 type of watchdog timer in system
  322.  WSU  WINSHRINKUMBS     .   .    .   .  02 03 WSU:Y or WSU:N
  323.       ?          ?   ?    11  00 02 03 list all commands
  324.  
  325. [1] ST:M switches between ROMs and highRAM by using a different memory map,
  326.     ST:F switches between them by remapping the EMS page frame, and the
  327.     undocumented ST:P switches using an unknown method which is reported to
  328.     be slower than either ST:F or ST:M
  329.  
  330. -------------------------------------------------------------------------------
  331. QEXT.SYS switches:
  332.                            QEXT Version
  333.  Ab   Name                    5.xx              Comments
  334.  ---- ------------------ ------------------  -----------------------------
  335.  BS   BLOCKSIZE             00 10 12         size of transfer per protmode trip
  336.  EXT  EXTMEM                00 10 12         leave this much non-XMS ext memory
  337.  HA   HANDLES               00 10 12         number of extended memory handles
  338.       HELP                  00 10 12         list all commands
  339.       HMAMIN                00 10 12         minimum alloc allowed in HMA
  340.  ME   MEMORY (also MEM)     00 10 12         only use part of extended memory
  341.  NOPE NOPAUSEONERROR        00 10 12         don't wait for key if error
  342.       NOXMS                 00 10 12         don't provide XMS memory
  343.       PAUSE                 00 10 12         wait for key after parsing cmds
  344.  U8   UNUSUAL8042           00 10 12         keyboard controller is nonstandard
  345.  VD   VDISKVERSION=m,n      00 10 12         pretend to be VDISK version m.n
  346.  ?                          00 10 12         list all commands
  347.  
  348. -------------------------------------------------------------------------------
  349. QRAM.SYS switches (no preceding slash):
  350.                QRAM Version
  351.  Ab   Name                    x.xx              Comments
  352.  ---- ------------------ ------------------  -----------------------------
  353.  X    EXCLUDE              1.01         don't put RAM in range
  354.  FEMS FORCEEMS              1.01         act like EMS even if no page frame
  355.  FL   FRAMELENGTH          1.01         set page frame to 0-4 pages
  356.  GS   GETSIZE              1.01
  357.  H    HELP              1.01         display help screen
  358.       HIDE                    1.01           hide that a range is mappable
  359.  I    INCLUDE              1.01         put RAM or fill in the range
  360.  NO   NOFILL              1.01         don't backfill conventional mem
  361.  NOPE NOPAUSEONERROR          1.01         don't wait for key on error
  362.  NOSH NOSHADOWRAM          1.01         don't use C&T shadow RAM
  363.  NTR  NOTOKENRING          1.01
  364.  NV   NOVIDEOFILL          1.01         don't fill into video memory
  365.  NVR  NOVIDEORAM          1.01         don't put RAM into video memory
  366.  NX   NOXBDA              1.01         don't move extended BIOS data area
  367.       NOXMS              1.01         don't provide XMS services
  368.       PAUSE              1.01         wait for key after cmdline parsing
  369.       RAM              1.01         put RAM in the specified range
  370.  R    REGION              1.01         load QRAM into specified region
  371. VREMS VIDRAMEGA           1.01         configure for VIDRAM EGA feature
  372. VREMS VIDRAMEMS           1.01         configure for VIDRAM EMS feature
  373.       ?               1.01         list all commands
  374.  
  375. -------------------------------------------------------------------------------
  376. VIDRAM.COM switches:
  377.               VIDRAM Version
  378.  Ab   Name              5.xx    6.0x    Comments
  379.  ---- ------------------ ------------------  -----------------------------
  380.  DP4  DONTPATCHDOS4        11     02
  381.       EGA            11     02    backfill using video memory
  382.       EMS            11     02    backfill using expanded memory
  383.       HELP            11     02    display help screen
  384.  NO   NOCGA            11     02    don't allow any graphics modes
  385.       NOEGA            11     02    don't allow graphics >CGA
  386.  NOPE NOPAUSEONERROR        11     02    don't wait for key on error
  387.       OFF            11     02    disable VIDRAM
  388.       ON            11     02    enable VIDRAM
  389.  OR   OVERRIDE (also OV)    11     02    allow video memory conflict
  390.       PAUSE            11     02    wait for key after cmdline parsing
  391.  RES  RESIDENT            11     02    just go resident
  392.       ?             11     02    list all commands
  393.  
  394. ===============================================================================
  395.             DESQview/X Programs
  396.  
  397. -------------------------------------------------------------------------------
  398. APPMAN.EXE [DV/X v1.02]
  399. Usage:    APPMAN [switches] [{configvar=value}]
  400. Switches:
  401.     -c filename            configuration file to use
  402.     -config filename        configuration file to use
  403.     -d host:display            X server to use
  404.     -display host:display        X server to use
  405.  
  406. -------------------------------------------------------------------------------
  407. BACKDROP.EXE [DV/X v1.02]
  408. Usage:    BACKDROP [-d host:display] -pixmap filename
  409.     or
  410.     BACKDROP [-d host:display] -color color_name
  411.  
  412. -------------------------------------------------------------------------------
  413. CLOCK.EXE [DV/X v1.02]
  414. Usage:    CLOCK [switches]
  415. Switches:
  416.     -3
  417.     -ampm
  418.     -analog                start in analog clock mode
  419.     -background color
  420.     -bg color            set background color
  421.     -chime
  422.     -d                start in digital clock mode
  423.     -digital            start in digital clock mode
  424.     -display host:display        X server to use
  425.     -fg color            set foreground color
  426.     -fn fontname
  427.     -font fontname
  428.     -foreground color
  429.     -g <geometry>
  430.     -geometry <geometry>
  431.     -hands color            set color of clock hands
  432.     -hd color            set color of clock hands
  433.     -help                list these switches
  434.     -highlight color
  435.     -hours color
  436.     -hl color            set highlight color
  437.     -hr color            same as -hours
  438.     -iconic
  439.     -nohours
  440.     -noticks
  441.     -offset [+-]hh:mm:ss
  442.     -padding pixels
  443.     -reverse            use reverse video (swap fg/bg colors)
  444.     -roman
  445.     -rv                use reverse video (swap fg/bg colors)
  446.     -sfn -<foundry>-<family>-<weight>-<slant>
  447.     -sfont -<foundry>-<family>-<weight>-<slant>
  448.     -title name
  449.     -update seconds
  450.  
  451. -------------------------------------------------------------------------------
  452. DISPHELP.EXE [DV/X v1.02]
  453. Usage:    DISPHELP [switches]
  454. Switches:
  455.     -d host:display            X server to use
  456.     -f filename
  457.     -n window_name
  458.     -p PIF_name
  459.     -s
  460.     -t topic_name
  461.  
  462. -------------------------------------------------------------------------------
  463. DVO2DXV.EXE [DV/X v1.02]
  464. Usage:    DVO2DVX [switches]
  465. Switches:
  466.     -autoinst
  467.     -dv <path>            path to DESQview directory
  468.     -mft <path>            path to Manifest (QEMM directory)
  469.     -mwm                use Motif Window Manager
  470.     -noapm
  471.     -nodwm
  472.     -olwm                use Open Look Window Manager
  473.     -win <path>            path to MS Windows directory
  474.  
  475. -------------------------------------------------------------------------------
  476. ICO.EXE [DV/X v1.02]
  477. Usage:    ICO [switches]
  478. Switches:
  479.     -bg color            background color
  480.     -colors color ...        codes to use on sides
  481.     -copy                copy multibuffer frames, don't clear
  482.     -d number            dashed line pattern for wire frames
  483.     -dbl                use double buffering if available
  484.     -delta +X+Y            amount to move object each time
  485.     -display host:display        X server to use
  486.     -dsync                ???
  487.     -faces                draw faces of polyhedron
  488.     -g                ???
  489.     -geometry <geom>        geometry of ICO's window
  490.     -i                invert
  491.     -lw <width>            line width in pixels
  492.     -noedges            don't draw wire frame edges
  493.     -obj <name>            type of object to draw
  494.     -objhelp            list polyhedral objects available
  495.     -p#                use spec. number (1-8) of prim. colors
  496.     -r                draw in root window
  497.     -size WxH            size of object
  498.     -sleep <seconds>        how long to pause between draws
  499.     -softdbl            use software double buffering
  500.     -sync                ???
  501.  
  502. -------------------------------------------------------------------------------
  503. MAZE.EXE [DV/X v1.02]
  504. Usage:    MAZE [switches]
  505. Switches:
  506.     -d host:display            X server to use
  507.     -g <geometry>            window size and position
  508.     -p
  509.     -r
  510.     -S
  511.  
  512. -------------------------------------------------------------------------------
  513. MERGECFG.EXE [DV/X v1.02]
  514. Usage:    MERGECFG merge-file [switches]
  515. Switches:
  516.     -after entrytitle
  517.     -apm
  518.     -before entrytitle
  519.     -bottom
  520.     -group filename
  521.     -lyt
  522.     -MEN
  523.     -menu title            set menu title
  524.     -mwm                use Motif Window Manager
  525.     -olwm                use Open Look Window Manager
  526.     -TOP
  527.  
  528. -------------------------------------------------------------------------------
  529. PUZZLE.EXE [DV/X v1.02]
  530. Usage:    PUZZLE [switches]
  531. Switches:
  532.     -colormap            create a new colormap
  533.     -display host:display        X server to use
  534.     -geometry <geom>        window size and position
  535.     -picture <name>            image file to use for tiles
  536.     -size WxH            number of squares in puzzle
  537.     -speed <number>            number of tiles to move per second
  538.  
  539. -------------------------------------------------------------------------------
  540. RUN.COM [DV/X v1.02]
  541. Usage:    RUN [switches] program [parameters]
  542. Switches:
  543.     ?                display usage information
  544.     /DOS                display DOS window as DV/X window
  545.  
  546. -------------------------------------------------------------------------------
  547. SYSMON.EXE [DV/X v1.02]
  548. Usage:    SYSMON [switch]
  549. Switches:
  550.     INFO <number>            display information about spec. process
  551.     KILL <number>            terminate specified process
  552.     LIST                list all tasks
  553.     UPDATE <seconds>        how often to update screen for VIEW
  554.     VIEW <number>            look at screen for specified process
  555.     ?                display valid switches
  556.  
  557. -------------------------------------------------------------------------------
  558. TELNET.EXE [DV/X v1.02]
  559. Usage:    TELNET [switches] hostname [port]
  560. Switches:
  561.     -a
  562.     -d
  563.     -e <arg>
  564.     -l <user>            specify login ID
  565.     -n <arg>
  566.  
  567. -------------------------------------------------------------------------------
  568. XDPYINFO.EXE [DV/X v1.02]
  569. Usage:    XDPYINFO [switches]
  570. Switches:
  571.     -display host:display        X server to use
  572.  
  573. -------------------------------------------------------------------------------
  574. XEV.EXE [DV/X v1.02]
  575. Usage:    XEV [switches]
  576. Switches:
  577.     -bw N                window border width in pixels
  578.     -bs {NotUseful,WhenMapped,Always}  backingstore control
  579.     -display host:display        X server to use
  580.     -geometry geom            size and location of window
  581.     -s                set save-unders attribute
  582.  
  583. -------------------------------------------------------------------------------
  584. XLSFONTS.EXE [DV/X v1.02]
  585. Usage:    XLSFONTS [switches] [-fn pattern]
  586. Switches:
  587.     -1                force single-column output
  588.     -C                force multi-column output
  589.     -display host:display        X server to contact
  590.     -l                give long info about each font
  591.     -ll                give longer info about each font
  592.     -lll                give longest info about each font
  593.     -m                give character min/max bounds
  594.     -n col                number of columns for multi-column outp
  595.     -u                don't sort output
  596.     -w N                max width for multiple columns
  597.  
  598. -------------------------------------------------------------------------------
  599. XMODMAP.EXE [DV/X v1.02]
  600. Usage:    XMODMAP [switches] [filename]
  601. Switches:
  602.     -                read standard input
  603.     -display host:display        X server to use
  604.     -e expression            execute string
  605.     -grammar            help on input format
  606.     -n                don't execute changes, just show them
  607.     -pk                print keymap table
  608.     -pm                print modifier map
  609.     -pp                print pointer map
  610.     -quiet                turn off logging
  611.     -verbose            turn on logging
  612. Input grammar:
  613.     pointer = default        reset pointing device buttons to def
  614.     pointer = NUMBER ...        set pointer button codes
  615.     keycode NUMBER = [KEYSYM ...]    map keycode to specified key symbols
  616.     keysym KEYSYM = [KEYSYM ...]    as 'keycode', but look up key symbol
  617.     clear MODIFIER            remove all keys for modifier
  618.     add MODIFIER = KEYSYM ...    add modifier keys
  619.     remove MODIFIER = KEYSYM ...    remove specified modifier keys
  620.  
  621.     MODIFIER::= Shift|Lock|Control|Mod1|Mod2|Mod3|Mod4|Mod5
  622.     COMMENT ::= <!> comment <newline>
  623.  
  624. -------------------------------------------------------------------------------
  625. XPSERVER.EXE [DV/X v1.02]
  626. Usage:    XPSERVER [switches]
  627. Switches:
  628.     -color                ???
  629.     -debug
  630.     -display host:display        X server to use
  631.     -help
  632.     -hold
  633.     -iconify            start as an icon
  634.     -log                ???
  635.     -out <file>
  636.  
  637. -------------------------------------------------------------------------------
  638. XSETROOT.EXE [DV/X v1.02]
  639. Usage:    XSETROOT [switches]
  640. Switches:
  641.     -background color
  642.     -bg color            set background to <color>
  643.     -bitmap <filename>
  644.     -cursor <cursorfile> <maskfile>
  645.     -cursor_name <fontname>
  646.     -d host:display            X server to use
  647.     -def
  648.     -default
  649.     -display host:display        X server to use
  650.     -fg color            set foreground to <color>
  651.     -foreground color
  652.     -gray
  653.     -grey
  654.     -help
  655.     -mod <x> <y>
  656.     -name <string>
  657.     -pixmap <filename>
  658.     -reverse            reverse video on (swap fg/bg colors)
  659.     -rv                reverse video on (swap fg/bg colors)
  660.     -solid <color>            set the root window to solid color
  661.  
  662. -------------------------------------------------------------------------------
  663.  
  664. ***END***
  665.  
  666. I seem to have become the de facto maintainer of this list, so if you have
  667. info on any versions not listed here, or details on undocumented switches,
  668. please send them to:
  669.  
  670.             ralf+@cs.cmu.edu
  671.             Ralf Brown 1:129/26.1 (note: replies outside Z1 will be routed
  672.                                    via Internet -> UUCP -> Fido and may thus
  673.                                    take a while if they do in fact arrive)
  674.  
  675. Thanks to everyone who has contributed information to this list.
  676.