home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP_CD_1997_07_PL.iso / knowhow / cdrec / fre / freeware.txt < prev    next >
Encoding:
Text File  |  1997-05-08  |  5.9 KB  |  169 lines

  1.         
  2.         FREEWARE PROGRAMS FOR POPULAR CDROM RECORDERS
  3.                              VERSION 3.0
  4.  
  5.  
  6. CHANGE HISTORY:
  7.   
  8.   Version 3.1
  9.     - Added support for the Ricoh MP6200S.
  10.  
  11.   Version 3.0
  12.     - Added support for the Yamaha CDR200/400.
  13.  
  14.   Version 2.4
  15.     - Added support for the Philips CDD2600 and HP6020i.
  16.  
  17.   Version 2.3
  18.     - Added support for the Pinnacle RCD-1000/5020/5040, JVC XR-W2001/2010,
  19.       Teac CD-R50S, Sony CDU-940S, and Olympus CDS620E.
  20.  
  21.   Version 2.2
  22.     - Added support for Ricoh RO-1420C (uses Philips command set)
  23.  
  24.   Version 2.1
  25.     - Added support for the Olympus CDS615E, Pioneer DW-S114X,
  26.       and Grundig CDR100IPW.
  27.  
  28.   Version 2.0
  29.     - Added support for the Sony CDU-920S.
  30.   
  31.   Version 1.02
  32.     - Added support for the Ricoh RS-1060C.
  33.  
  34.     - Recognizes the Yamaha CDR102 (uses CDR100 command set).
  35.  
  36.     - Recognizes the HP 4020i, Kodak PCD225, Kodak PCD-600, Philips 521,
  37.       Philips CDD2000, and Plasmon RF4100 (all of these use the Philips
  38.       command set).
  39.  
  40.     - Added new utilities TOC.EXE and FINALIZE.EXE
  41.  
  42.     - Using DOS read/write routines instead of C++ fread/fwrite for
  43.       improved file I/O performance (using Borland C++ V4.0).
  44.  
  45.     - Cleaned up all command line interfaces (many new switches have
  46.       also been added). 
  47.  
  48.   Version 1.01
  49.     - Added support for Yamaha CDR100 recorder.
  50.  
  51.     - Fixed "read error" problem when making copies of existing
  52.       CD-R discs (i.e. copy of a copy). CD-R discs that are recorded
  53.       with the track-at-once method have two extra blocks (called link
  54.       blocks) at the end of the disc that are unreadable.
  55.       
  56. **********************************************************************
  57.  
  58. Freeware Program Descriptions:
  59.  
  60. CD2CD.EXE
  61.   Copies a single-track data CD from any SCSI based CDROM drive
  62.   directly to the CD recorder. The reader must be faster than the
  63.   recorder (i.e. 4X reader when recording at 2X, or a 2X reader
  64.   when recording at 1X).
  65.  
  66. CD2FILE.EXE and FILE2CD.EXE
  67.   Copies a CD from any SCSI based CDROM drive to an "image" file
  68.   on disk. This file can then be used by FILE2CD to write the image
  69.   to the CD recorder. These two programs will allow someone who
  70.   doesn't have a SCSI CDROM drive on their system to make copies of
  71.   CDs using only their CD recorder for both reading the source disc
  72.   and writing the new disc. FILE2CD can also be used to make ISO9660
  73.   discs if you already have a program that can build ISO image files.
  74.   You must use the /POSTGAP switch so that the proper track postgap
  75.   is written to the disc.
  76.  
  77. DISK2CD.EXE
  78.   Copies a SCSI harddrive block-by-block to the CD recorder. This
  79.   program can be used to make native VMS and Unix CDs from the PC.
  80.   The harddrive cannot be larger than the capacity of a CDROM (650Mb).
  81.   NOTE: DOS and NT CDROMs must be in ISO9660 format, so making an
  82.   image copy of a PC disk won't work.
  83.  
  84. FINALIZE.EXE
  85.    This program is used to finalize a CD (write the table-of-contents
  86.    and leadin/leadout tracks). A disc must be finalized before it can
  87.    be read in a normal CDROM drive. If you get an error while making a
  88.    CD, you can attempt to finalize the disc and possibly make it readable
  89.    (no guarantees!). This command can also be used to finalize a disc
  90.    if the /NOFINALIZE option was previously used in CD2CD, DISK2CD, and
  91.    FILE2CD.
  92.  
  93. TOC.EXE
  94.   This program displays a CDROM's table-of-contents on the screen.
  95.  
  96. ***********************************************************************
  97.  
  98. >>> TIPS FOR WINDOWS 95 USERS <<<
  99.  
  100. If you are using the 32-bit version of this software under Windows 95,
  101. then make sure that the "Auto Insert Notification" option is *disabled*
  102. for all CDROM devices...
  103.  
  104. 1) Open the "Control Panel" folder and click on the "System" icon.
  105.  
  106. 2) Select the "Device Manager" tab.
  107.  
  108. 3) Click on the CDROM icon.
  109.  
  110. 4) For each CDROM device in the list...
  111.      Select the device.
  112.      Select the "Settings" tab.
  113.      Disable the "Auto Insert Notification" option.
  114.      Click on "OK"
  115.  
  116. **********************************************************************
  117.  
  118. NOTES:
  119.  
  120.   - You can display the command line switches for any of these
  121.     programs by typing "program-name /?". There must be at least
  122.     one space between each command line argument or switch.
  123.     
  124.   - These programs will only work on a DOS based system with an
  125.     ASPI SCSI manager installed.
  126.  
  127.   - These programs will only copy single-track data CDs (with CDROM
  128.     Mode-1 type sectors). They will *not* copy audio, CDROM-XA, CD-I,
  129.     mixed-mode, or any type of multi-session disc. If you are not sure
  130.     if your CD has more than one track, use TOC.EXE to display the
  131.     table-of-contents.
  132.   
  133.   - When using CD2CD/FILE2CD/DISK2CD on any of the Pinnacle, JVC, or
  134.     TEAC recorders, do *not* use the /NOFINALIZE option. This option
  135.     is not supported and will result in a disc that cannot be finalized
  136.     at a later date.
  137.  
  138.   - All of the programs that write to the recorder have a /TEST option
  139.     that will put the recorder into "write emulation" mode. Please make
  140.     use of this switch when you are trying these programs for the first
  141.     time or are copying a disc that might have a format that these
  142.     programs don't support.
  143.  
  144.   - You must have a blank CD-R disc in the recorder even when using
  145.     the "write emulation" mode.
  146.  
  147.   - If you record a CD in "write emulation" mode, you usually have to
  148.     eject the disc from the recorder and re-insert it before you
  149.     can write the disc for real.
  150.  
  151. **********************************************************************
  152.  
  153. Please send all suggestions, comments, and bug reports to...
  154.  
  155. Golden Hawk Technology
  156. 125 Indian Rock Road
  157. Merrimack, NH 03054
  158.  
  159. Phone: 603-424-0269
  160. FAX  : 603-429-0073
  161.  
  162. Email: jarnold@mainstream.net
  163. URL  : http://www.mainstream.net/goldenhawk
  164.  
  165. **********************************************************************
  166.  
  167. Updated on MAY 7, 1997
  168.  
  169.