Jump to content

CDROMMGR.DMD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "CD-ROM device manager which prevents subsequent requests to different slots of a CD changer. DEVICE=CDROMMGR.DMD '''NOTE:''' OS2CDROM.DMD must be disabled to work. '''Pa..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
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.
DEVICE=CDROMMGR.DMD
'''NOTE:''' [[OS2CDROM.DMD]] must be disabled to work.


'''Parameter:'''
;NOTE: [[OS2CDROM.DMD]] must be disabled to work.


* /T:n
==Syntax==
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.
DEVICE=CDROMMGR.DMD


* /C  
==Parameter==
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.
'''/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.


{| class="wikitable"
==Links==
|+Platform Support:
* {{FileLink|CD-ROM_Changer_1-1.zip}}
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|No
|Yes
|Yes
|Yes
|}


[[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