home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t109 / 1.ddi / !UTL_UNI.LZH / README.UTI < prev    next >
Encoding:
Text File  |  1993-01-12  |  7.4 KB  |  199 lines

  1. NEW UTILITIES IN CORELSCSI VERSION 1.1
  2. ======================================
  3.  
  4.  
  5.  CorelSCSI version 1.1 includes several new utilities 
  6.  described in this README file.
  7.  
  8. ASPICD.EXE
  9. ----------
  10.  
  11.  ASPICD.EXE lets you start, stop, and resume audio playback
  12.  on SCSI-2 compatible CD-ROM drives. ASPICD.EXE bypasses both
  13.  CorelCDX or MSCDEX and the CD-ROM device driver and talks 
  14.  directly to the ASPI manager.
  15.  
  16.  By default, ASPICD.EXE begins playback at the first audio
  17.  track of the first CD-ROM drive found on the first host adapter
  18.  you've installed. You can use the following command line options:
  19.  
  20.     - play  -- starts the default audio playback. You can specify
  21.               "play" with the following options to change the default
  22.                audio playback:
  23.  
  24.                    - t# -- specifies a track number using the 
  25.                            # variable
  26.                    - h# -- specifies a host adapter using the 
  27.                            # variable
  28.                    - i# -- specifies a drive using # to 
  29.                            indicate the drive's SCSI ID
  30.                    - l# -- specifies a slot using # to indicate a 
  31.                            SCSI LUN
  32.  
  33.     - stop   -- stops audio playback
  34.  
  35.                    - h# -- specifies a host adapter using the 
  36.                            # variable
  37.                    - i# -- specifies a drive using # to 
  38.                            indicate the drive's SCSI ID
  39.                    - l# -- specifies a slot using # to indicate a 
  40.                            SCSI LUN
  41.  
  42.     - resume -- resumes audio playback
  43.  
  44.                    - h# -- specifies a host adapter using the 
  45.                            # variable
  46.                    - i# -- specifies a drive using # to 
  47.                            indicate the drive's SCSI ID
  48.                    - l# -- specifies a slot using # to indicate a 
  49.                            SCSI LUN
  50.  
  51.     - ?      -- displays help screen
  52.  
  53.  You can use the following batch files to start ASPICD.EXE
  54.  with the required command line options:
  55.  
  56.     - CDSTART.BAT  -- starts audio playback
  57.     - CDSTOP.BAT   -- stops  audio playback
  58.     - CDPAUSE.BAT  --   "     "      "
  59.     - CDRESUME.BAT -- resumes audio playback
  60.  
  61.  
  62. CDOFF.EXE
  63. ---------
  64.  
  65.  CDOFF recovers drive letters assigned to CD-ROM drives. Run
  66.  CDOFF immediately before removing CD-ROM extensions
  67.  (CorelCDX or MSCDEX) from memory.
  68.  
  69.  Using public domain on shareware utilities such as MARK/RELEASE,
  70.  you can load and unload CD-ROM extensions. However, each 
  71.  time you load CD-ROM extensions, it uses an available drive 
  72.  letter for each supported CD-ROM drive. When you remove 
  73.  the CD-ROM extensions, the drive letters aren't recovered. Each
  74.  time you load CD-ROM extensions, more available drive letters
  75.  are used. When the LASTDRIVE limit is reached, the CD-ROM
  76.  extensions can't load because no more drive letters are available.
  77.  
  78.  CDOFF is also useful if you want to recover only a few specific
  79.  CD-ROM drive letters. Some simple tests are performed on
  80.  the drive letter you specify to prevent invalidating a hard, floppy,
  81.  or RAM disk. However, these tests are not extensive -- they may
  82.  not prevent invalidating network drives or other 'phantom' drives.
  83.  If this occurs, reboot your system to return it to normal.
  84.  
  85.  
  86. CDVOL.EXE
  87. ---------
  88.  
  89.  CDVOL.EXE lets you adjust the volume level on a SCSI-2 
  90.  compatible CD-ROM drive by talking directly to the ASPI manager. 
  91.  
  92.  By default, the volume level is set to the maximum for the
  93.  first CD-ROM drive found on the first adapter. You can 
  94.  change defaults using these command line options:
  95.  
  96.     - ### -- new volume level (0-255)
  97.     - i#  --  SCSI ID  of CD-ROM drive
  98.     - l#  --  SCSI LUN of CD-ROM drive
  99.     - h#  --  host adapter number
  100.     - ?   --  display a help screen
  101.  
  102.  Although the command line accepts a range of 256 volume 
  103.  settings, most CD-ROM drives don't support 256 different
  104.  volume settings. If you set this value to 0, audio output
  105.  is muted. If you set this value to 255, audio output is
  106.  set to maximum. Values between 0 and 255 are mapped
  107.  by the drive into one of its supported volume levels.
  108.  You may need to try several settings to see which
  109.  values provide audible changes. Try multiples of 16.
  110.  
  111.  To use CDVOL, you must have
  112.  
  113.     - the ASPI manager loaded
  114.     - a 'SCSI-2' compatible CD-ROM drive connected to your system
  115.  
  116.  The CD-ROM device driver and CorelCDX (or MSCDEX) 
  117.  aren't required.
  118.  
  119.  
  120. DRVCD.EXE
  121. ---------
  122.  
  123.  DRVCD.EXE lets you start, stop, and resume audio playback 
  124.  on a CD-ROM drive. DRVCD.EXE bypasses CorelCDX
  125.  (or MSCDEX) and talks directly to the CD-ROM device driver.
  126.  
  127.  By default, DRVCD.EXE begins playback at the first audio
  128.  track of the first CD-ROM drive supported by the CD-ROM device
  129.  driver named 'MSCD001'. You can use the following
  130.  command line options:
  131.  
  132.     - play   -- starts the default audio playback. You can specify
  133.                 "play" with the following options to change the 
  134.                 default audio playback:
  135.  
  136.                    - t# -- specifies a track number using the 
  137.                            # variable
  138.                    - n# -- specifies the number of 'MSCD###' CD-ROM 
  139.                            driver
  140.                    - u# -- specifies the sub-unit number within 
  141.                            CD-ROM driver
  142.                    - d:<DRVNAME>  -- specifies a CD-ROM driver
  143.                                      named other than 'MSCD###'
  144.  
  145.     - stop   -- stops audio playback
  146.  
  147.                    - n# -- specifies the number of 'MSCD###' CD-ROM 
  148.                            driver
  149.                    - u# -- specifies the sub-unit number within 
  150.                            CD-ROM driver
  151.                    - d:<DRVNAME>  -- specifies a CD-ROM driver
  152.                                      named other than 'MSCD###'
  153.  
  154. - resume -- resumes audio playback
  155.  
  156.                    - n# -- specifies the number of 'MSCD###' CD-ROM 
  157.                            driver
  158.                    - u# -- specifies the sub-unit number within 
  159.                            CD-ROM driver
  160.                    - d:<DRVNAME>  -- specifies a CD-ROM driver
  161.                                      named other than 'MSCD###'
  162.  
  163. - ? -- displays help screen
  164.  
  165.  
  166. DRVVOL.EXE
  167. ----------
  168.  
  169.  DRVVOL.EXE adjusts the volume level on a CD-ROM 
  170.  drive by talking directly to the CD-ROM device driver.
  171.  
  172.  By default, volume level is set to the maximum for the first 
  173.  CD-ROM drive supported by the CD-ROM device driver
  174.  named 'MSCD001'. You can change defaults using 
  175.  these command line options:
  176.  
  177.     - ### -- new volume level (0-255)
  178.     - n#  -- number of 'MSCD###' CD-ROM driver
  179.     - u#  -- sub-unit number within CD-ROM driver
  180.     - d:<DRVNAME> -- specifies a CD-ROM driver 
  181.                      named other than 'MSCD###'
  182.  
  183.  Although the command line accepts a range of 256 volume 
  184.  settings, most CD-ROM drives don't support 256 different
  185.  volume settings. If you set this value to 0, audio output
  186.  is muted. If you set this value to 255, audio output is
  187.  set to maximum. Values between 0 and 255 are mapped
  188.  by the drive into one of its supported volume levels.
  189.  You may need to try several settings to see which
  190.  values provide audible changes. Try multiples of 16.
  191.  
  192.  
  193. CORELCDX.COM
  194. ------------
  195.  
  196.  CORELCDX.COM  is provided by Corel to emulate MSCDEX version 2.20. 
  197.  For more information about CorelCDX, read the CORELCDX.TXT 
  198.  README file after you've installed CorelSCSI.
  199.