home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / burncdcc.zip / readme.txt < prev   
Text File  |  2006-03-04  |  4KB  |  115 lines

  1. BurnCDCC(TM)
  2. ~~~~~~~~~~~~
  3. This utility will burn an optical disc from a disc image file.  These
  4. files most often have the .ISO file extension.
  5.  
  6. BurnCDCC is intended for use by customers of TeraByte, Inc.
  7.  
  8.  
  9. INSTALLATION:
  10. ~~~~~~~~~~~~~
  11. Simply copy the BURNCDCC.EXE file to a folder on your hard drive.  Create
  12. a shortcut on your Desktop or Start menu for easy access.
  13.  
  14. If desired, you may add command line options to the shortcut's Target box,
  15. to have BurnCDCC launch with your desired options already in place.
  16. (Command line options are explained below.)
  17.  
  18.  
  19. REQUIREMENTS:
  20. ~~~~~~~~~~~~~
  21. * Writable CD/DVD/BD drive
  22. * Microsoft Windows
  23.  
  24. FYI:
  25. ~~~~
  26. * Under WinNT/2000/XP/2003 the program may need to run as a member of the
  27.   Administrators group for devices to be detected.
  28.  
  29. * Under WinNT, no disc can be in the drive when starting the program or no
  30.   devices will be detected.
  31.  
  32.  
  33. USE:
  34. ~~~~
  35. File Image Field:
  36.   Supply the name of the file image.  This file usually has the .ISO
  37.   file extension.
  38.  
  39. Device:
  40.   If you have more than one burning device, then select which device to use.
  41.  
  42. Read Verify:
  43.   Check this option to verify the integrity of the disc after burning.
  44.  
  45. SAO:
  46.   Enables session-at-once (SAO) recording for CD.
  47.   Note: The burning device in use must support SAO for this feature to work.
  48.  
  49. Finalize:
  50.   Leave this checked to have the discs finalized (no more writing allowed).
  51.  
  52. Auto Eject:
  53.   Automaticaly eject the drive tray when needed.  Please note that under
  54.   WinNT/2000/XP/2003, if this option is unchecked, the drive tray will
  55.   open when the Start button is clicked, but will close automatically.
  56.  
  57. Speed:
  58.   If you have underrun problems then you may have to choose a slower speed.
  59.   If you select the Optimal speed setting, the drive's firmware will be
  60.   relied upon to select the best burning speed for the media in use.
  61.   Note: The speed can be changed during the burn, but it will not take
  62.         effect unless the burn process is stopped and restarted.
  63.  
  64.  
  65. COMMAND LINE OPTIONS:
  66. ~~~~~~~~~~~~~~~~~~~~~
  67. The command line options are used to set default values.
  68.  
  69. /I=d:\imagefilepath\filename.iso
  70. /D=device_index (0 equals first device)
  71. /V to enable Read Verify
  72. /O to enable SAO recording
  73. /F to enable Finalize Disc
  74. /J to disable Auto Eject
  75. /S=speed_index (0=1X, 1=2X, ..., 8=MAX)
  76.  
  77. Examples:
  78.  
  79. burncdcc.exe /v /j
  80.  
  81. burncdcc.exe /j /s=5 /i=d:\images\discimage.iso
  82.  
  83. burncdcc.exe /f /d=1 /v
  84.  
  85.  
  86. TROUBLESHOOTING:
  87. ~~~~~~~~~~~~~~~~
  88. * If you experience problems with a particular burning device, that drive
  89.   may require a firmware update.  You will find firmware updates at the
  90.   drive manufacturer's web site.
  91.  
  92. * If you experience problems with certain optical media, you may need to
  93.   apply firmware updates to your optical drive(s), as explained above.
  94.   You could also simply try a different brand/batch of media.
  95.  
  96. * If you have a problem that only occurs after BurnCDCC closes the drive
  97.   tray automatically, you may be able to work around the problem by closing
  98.   the tray yourself, waiting a moment for the drive to spin up, and then
  99.   clicking OK.
  100.  
  101. * If you experience problems under Win9x/Me, it may be due to the following:
  102.  
  103.     a) ASPI drivers that are old or proprietary.  Reinstall the ASPI drivers
  104.        that came with your version of Windows or visit www.adaptec.com for
  105.        the latest version.
  106.  
  107.     b) Drivers (VxDs) that are not stable, or an active program conflicting
  108.        with the burn process.  These are typically installed as part of a
  109.        full burning software package.
  110.  
  111.     c) Auto insert notification.
  112.  
  113.  
  114. --End of Document--
  115.