home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / CDR / DAO.21C / FREEWARE.TXT < prev    next >
Encoding:
Text File  |  1996-04-14  |  4.6 KB  |  127 lines

  1.         
  2.         FREEWARE PROGRAMS FOR POPULAR CDROM RECORDERS
  3.                  VERSION 2.1
  4.  
  5.  
  6. CHANGE HISTORY:
  7.   
  8.   Version 2.1
  9.     - Added support for the Olympus CDS615E and Pioneer DW-S114X.
  10.  
  11.   Version 2.0
  12.     - Added support for the Sony CDU-920S.
  13.   
  14.   Version 1.02
  15.     - Added support for the Ricoh RS-1060C.
  16.  
  17.     - Recognizes the Yamaha CDR102 (uses CDR100 command set).
  18.  
  19.     - Recognizes the HP 4020i, Kodak PCD225, Kodak PCD-600, Philips 521,
  20.       Philips CDD2000, and Plasmon RF4100 (all of these use the Philips
  21.       command set).
  22.  
  23.     - Added new utilities TOC.EXE and FINALIZE.EXE
  24.  
  25.     - Using DOS read/write routines instead of C++ fread/fwrite for
  26.       improved file I/O performance (using Borland C++ V4.0).
  27.  
  28.     - Cleaned up all command line interfaces (many new switches have
  29.       also been added). 
  30.  
  31.   Version 1.01
  32.     - Added support for Yamaha CDR100 recorder.
  33.  
  34.     - Fixed "read error" problem when making copies of existing
  35.       CD-R discs (i.e. copy of a copy). CD-R discs that are recorded
  36.       with the track-at-once method have two extra blocks (called link
  37.       blocks) at the end of the disc that are unreadable.
  38.       
  39. **********************************************************************
  40.  
  41. Freeware Program Descriptions:
  42.  
  43. CD2CD.EXE
  44.   Copies a single-track data CD from any SCSI based CDROM drive
  45.   directly to the CD recorder. The reader must be faster than the
  46.   recorder (i.e. 4X reader when recording at 2X, or a 2X reader
  47.   when recording at 1X).
  48.  
  49. CD2FILE.EXE and FILE2CD.EXE
  50.   Copies a CD from any SCSI based CDROM drive to an "image" file
  51.   on disk. This file can then be used by FILE2CD to write the image
  52.   to the CD recorder. These two programs will allow someone who
  53.   doesn't have a SCSI CDROM drive on their system to make copies of
  54.   CDs using only their CD recorder for both reading the source disc
  55.   and writing the new disc. FILE2CD can also be used to make ISO9660
  56.   discs if you already have a program that can build ISO image files.
  57.   You must use the /ISO9660 switch so that the proper track postgap
  58.   is written to the disc.
  59.  
  60. DISK2CD.EXE
  61.   Copies a SCSI harddrive block-by-block to the CD recorder. This
  62.   program can be used to make native VMS and Unix CDs from the PC.
  63.   The harddrive cannot be larger than the capacity of a CDROM (650Mb).
  64.   NOTE: DOS and NT CDROMs must be in ISO9660 format, so making an
  65.   image copy of a PC disk won't work.
  66.  
  67. FINALIZE.EXE
  68.    This program is used to finalize a CD (write the table-of-contents
  69.    and leadin/leadout tracks). A disc must be finalized before it can
  70.    be read in a normal CDROM drive. If you get an error while making a
  71.    CD, you can attempt to finalize the disc and possibly make it readable
  72.    (no guarantees!). This command can also be used to finalize a disc
  73.    if the /NOFINALIZE option was previously used in CD2CD, DISK2CD, and
  74.    FILE2CD.
  75.  
  76. TOC.EXE
  77.   This program displays a CDROM's table-of-contents on the screen.
  78.  
  79. **********************************************************************
  80.  
  81. NOTES:
  82.  
  83.   - You can display the command line switches for any of these
  84.     programs by typing "program-name /?". There must be at least
  85.     one space between each command line argument or switch.
  86.     
  87.   - These programs will only work on a DOS based system with an
  88.     ASPI SCSI manager installed.
  89.  
  90.   - These programs will only copy single-track data CDs (with CDROM
  91.     Mode-1 type sectors). They will *not* copy audio, CDROM-XA, CD-I,
  92.     mixed-mode, or any type of multi-session disc. If you are not sure
  93.     if your CD has more than one track, use TOC.EXE to display the
  94.     table-of-contents.
  95.   
  96.   - All of the programs that write to the recorder have a /TEST option
  97.     that will put the recorder into "write emulation" mode. Please make
  98.     use of this switch when you are trying these programs for the first
  99.     time or are copying a disc that might have a format that these
  100.     programs don't support.
  101.  
  102.   - You must have a blank CD-R disc in the recorder even when using
  103.     the "write emulation" mode.
  104.  
  105.   - If you record a CD in "write emulation" mode, you usually have to
  106.     eject the disc from the recorder and re-insert it before you
  107.     can write the disc for real.
  108.  
  109. **********************************************************************
  110.  
  111. Please send all suggestions, comments, and bug reports to...
  112.  
  113. Jeff Arnold
  114. 125 Indian Rock Road
  115. Merrimack, NH 03054
  116.  
  117. Phone: 603-424-0269
  118. FAX  : 603-429-0073
  119.  
  120. Email: jarnold@mainstream.net
  121. URL  : http://www.mainstream.net/goldenhawk
  122.  
  123. **********************************************************************
  124.  
  125. Updated on APRIL 5, 1996
  126.  
  127.