Jump to content

CDROMMGR.DMD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{ProdS |V30=C|V31=C|V40=C|V45=C}}
CD-ROM device manager which prevents subsequent requests to different slots of a CD changer.
CD-ROM device manager which prevents subsequent requests to different slots of a CD changer.
;NOTE: [[OS2CDROM.DMD]] must be disabled to work.
==Syntax==
  DEVICE=CDROMMGR.DMD
  DEVICE=CDROMMGR.DMD
;NOTE: [[OS2CDROM.DMD]] must be disabled to work.


==Parameter==
==Parameter==
* /T:n - CDROMMGR.DMD has the changer feature enabled by default. It prevents slot changes for 1000ms by returning ERROR_DEVICE_NOT_READY to the caller. The timeout value can be set at load time through option /T: The valid range is from 1 second up to 60 seconds. If CDROMMGR.DMD does not find a CD Changer device, the feature will automatically be disabled and cannot be activated.
'''/T:n'''
* /C - CDROMMGR.DMD will manage only CD Changers. Normal CD-ROM drives or CD Burners will not get allocated. This option is useful if you want to use another CD-ROM device manager for special features, like [[CTCDROM.DMD]] for Unite CD-Maker. To make sure that CDROMMGR.DMD gets control over the CD Changer devices, it has to be loaded as the first CD-ROM manager.
:CDROMMGR.DMD has the changer feature enabled by default. It prevents slot changes for 1000ms by returning ERROR_DEVICE_NOT_READY to the caller. The timeout value can be set at load time through option /T: The valid range is from 1 second up to 60 seconds. If CDROMMGR.DMD does not find a CD Changer device, the feature will automatically be disabled and cannot be activated.
;/C
:CDROMMGR.DMD will manage only CD Changers. Normal CD-ROM drives or CD Burners will not get allocated. This option is useful if you want to use another CD-ROM device manager for special features, like [[CTCDROM.DMD]] for Unite CD-Maker. To make sure that CDROMMGR.DMD gets control over the CD Changer devices, it has to be loaded as the first CD-ROM manager.
 
==Links==
* {{FileLink|CD-ROM_Changer_1-1.zip}}


{{ProdS |V30=C|V31=C|V40=C|V45=C}}
[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Latest revision as of 00:23, 20 August 2025

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 C
OS/2 Warp Connect C
OS/2 Warp 4 C
OS/2 Warp Server for e-Business C

CD-ROM device manager which prevents subsequent requests to different slots of a CD changer.

NOTE
OS2CDROM.DMD must be disabled to work.

Syntax

DEVICE=CDROMMGR.DMD

Parameter

/T:n

CDROMMGR.DMD has the changer feature enabled by default. It prevents slot changes for 1000ms by returning ERROR_DEVICE_NOT_READY to the caller. The timeout value can be set at load time through option /T: The valid range is from 1 second up to 60 seconds. If CDROMMGR.DMD does not find a CD Changer device, the feature will automatically be disabled and cannot be activated.
/C
CDROMMGR.DMD will manage only CD Changers. Normal CD-ROM drives or CD Burners will not get allocated. This option is useful if you want to use another CD-ROM device manager for special features, like CTCDROM.DMD for Unite CD-Maker. To make sure that CDROMMGR.DMD gets control over the CD Changer devices, it has to be loaded as the first CD-ROM manager.

Links