Jump to navigation Jump to search

Command Line Parameters

Applicable Version: 3.8.4+

QuickPlay supports the following command line parameters:

  • /MAXIMISE - Maximises Quickplay when it loads.
  • /NORMALSIZE - Always launch Quickplay non-maximised.
  • /NOMENU - Turns off the menu bar
  • /NOSTATUSBAR - Hides the statusbar
  • /NOBORDER - Hides the Window Border
  • /HTPC - Turns off Statusbar, menu and Window Border.

All switches are case-insensitive. Switches can be combined for whatever cumulative effects are appropriate.

Daemon Tools Parameters

Daemon Tools Pro command line Options:

  • /mount - Allows mounting images from command line (or shortcut).
    • Syntax: DTProAgent.exe -mount [scsi | ide], <n>, <path> where 'scsi' or 'ide' means the drive type ('scsi' is the value by default), 'n' means DVD-ROM device number and 'path' is the full path to the image file.
    • Example: DTProAgent.exe -mount scsi, 0,"c:\My Images\nameofimage.cue".
      • Do not forget to set the path in quotes if it contains spaces!
  • /unmount - Allows unmounting images from command line.
    • Syntax: DTProAgent.exe -unmount [scsi | ide], <n> where 'n' means DVD-ROM device number and 'scsi' or 'ide' means the drive type ('scsi' is the default value).
    • Example: DTProAgent.exe -unmount scsi, 0
  • /safedisc - Allows turning Safedisc emulation on/off from command line.
    • /safedisc on - Enables emulation,
    • /safedisc off - Disables it
  • /securom - Allows turning Securom emulation on/off from command line.
    • /securom on - Enables emulation
    • /securom off - Disables it
  • /laserlok - Allows turning Laserlock emulation on/off from command line.
    • /laserlok on - Enables emulation
    • /laserlok off - Disables it
  • /rmps - Allows turning RMPS emulation on/off from command line.
    • /rmps on - Enables emulation
    • /rmps off - Disables emulation.