home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / wcdp.hlp < prev   
Encoding:
Text File  |  1988-08-15  |  3.0 KB  |  94 lines

  1. CDP ----- Generic Compact Disc player program  ---------------- Aug 15, 1988
  2.  
  3. CDP is a program that allows your CD-ROM drive to play standard
  4. CD audio discs.  You can use CDP as either a standard DOS program
  5. or as a Windows application.
  6.  
  7. In order to use CDP, your CD-ROM drive software must support audio commands.
  8. Some versions do not.  Please contact your CD-ROM drive manufacturer to
  9. obtain an update.
  10.  
  11.  
  12. USING CDP FROM DOS
  13.  
  14. To run  CDP under DOS, call it with command line options like this:
  15.  
  16.             CDP /D:<driver> /a /s <Track>
  17.  
  18.  
  19. Options:           What the option means:
  20. --------           ---------------------
  21. /D:<driverName>    Name of the CD-ROM driver to be used (the same as found 
  22.                    in config.sys)
  23.                    --Use ONLY if the CD-ROM Extensions are not already loaded.
  24.                    --CDP will use the current CD-ROM drive if the MS CD-ROM 
  25.                      Extensions are loaded.  Otherwise it will load the driver 
  26.                      specified with the /D: option.
  27.    
  28. /a                 Don't assume CDP is the only Audio program (slow!)
  29.                    --Use if your drive doesn't seem to be getting track
  30.                      information correctly.  
  31.  
  32. /s                 Stop the CD
  33.                    --Use if disc is playing.
  34.  
  35. <Track>            Start Track Number
  36.                    --Use to indicate at which track your compact disc should
  37.                      start playing.
  38.  
  39. An example command line call would be this:
  40.  
  41.             CDP 1
  42.  
  43. This will call up CDP, and have it start playing Track 1 of your CD Disc.
  44.  
  45.             CDP /s
  46.  
  47. This will stop your CD Disc playing.
  48.  
  49.         CDP /D:MSCD001 4
  50.  
  51. This will start playing the CD Disc on the drive named 'MSCD001' at track 4.
  52.  
  53.  
  54. USING CDP UNDER WINDOWS
  55.  
  56. CDP Requires Windows 2.0 or higher
  57.  
  58.         WIN CDP /D:name
  59.  
  60. The driver name need only be specified if the CD-ROM Extentions are not loaded
  61. You only need to specifed the driver name the first time CDP is run, it is saved
  62. in WIN.INI for future reference.
  63.  
  64.  
  65. If you see the message "Can not find CD-ROM drive", you should:
  66.  
  67.          1) Make sure the CD-ROM extensions are loaded
  68.  
  69.          -- and --
  70.  
  71.          2) Double check that the driver name option parameter matches your 
  72.             CD-ROM driver name.
  73.  
  74.  
  75. CDP CONTROL BUTTONS
  76.  
  77. Running under Windows, CDP will display a control panel with standard
  78. CD audio buttons.  From left to right these are:
  79.  
  80. Play   Pause  Stop  Back-Track  Forward-Track   Rewind   Fast forward   Eject
  81.  
  82. You may cause your compact disc to repeat play by typing <Alt>-<R> at any
  83. time CDP is the active application.
  84.  
  85.  
  86. ERRATIC MOUSE ACTION
  87.  
  88. Occasionally, your mouse will behave erratically while CDP is the active
  89. application.  If so, change the CD-ROM drive I/O port number assignment.
  90. For more information, please see your CD-ROM drive documentation.
  91.  
  92. Certain CDROM drivers will disable interrupts while accesing the CDROM, this
  93. will cause the mouse cursor to "freeze" until the operation is done.
  94.