home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / discopy / !Discopy / Docs / Use < prev   
Encoding:
Text File  |  1996-04-07  |  4.1 KB  |  101 lines

  1.                   Fractal Bonsai Software present....
  2.      ___        __    __
  3.     |   \   |  /     /     __   __
  4.     |    \  | |___  |     /  \ |  \ \  /  Bulk Disc Copier
  5.     |    /  |     | |    |    ||__/  \/
  6.     |___/   |  __/   \__  \__/ |     /
  7.  
  8.  
  9.  Introduction
  10.  ------------
  11.  
  12.   Discopy is a simple bulk disc copier. It has been designed to be as simple
  13. and straightforward to use as possible and to this end, it has several
  14. limitations:
  15.  
  16.  • Reconfiguration is done via the !Config file. However, reconfiguration
  17. should really be unnecessary due to the way the application is structured.
  18.  • Perhaps most significantly, it relies on the discs being formatted first.
  19. A correction to this will follow when other format discs have been added.
  20.  
  21.  Discopy uses disc image files (ie. it reads the entire contents of each disc
  22. and saves this in a single file) to store its data. Because of this, it
  23. requires large quantities of disc space. However, because of the way it has
  24. been coded, large amounts of memory are not needed.
  25.  
  26.  Use
  27.  ---
  28.  
  29.   To use Discopy, you will need:
  30.  
  31.  • RISC OS 3.1 or above
  32.  • A hard disc (it is possible to use Discopy with a single High Density
  33. floppy drive. However, unless you like a lot of disc swapping, this approach
  34. is not recommended)
  35.  
  36.   It is recommended that you create a new directory with !Discopy in, and
  37. create within this directory a subdirectory called Images, viz:
  38.  
  39.   Discopy --\
  40.             |
  41.             > !Discopy
  42.             |
  43.             > Images --\
  44.                        |
  45.                        > ...
  46.                        > ...
  47.                        > ...
  48.  
  49.   Once you have installed Discopy, double click on it to run. It will install
  50. on the icon bar. Clicking on its icon will open up the toolbar and status
  51. window. The status window indicates what image file you have currently loaded
  52. (if you have one loaded) and what Discopy is currently doing.
  53.   The toolbar is very simple:
  54.  • Click on the left hand icon (disc with arrow pointing down) to read a disc
  55. image
  56.  • Click on the right hand icon to make copies of the currently loaded disc
  57. image.
  58.  
  59.   Reading a disc image
  60.   --------------------
  61.   
  62.   First of all, choose a disc format from the icon bar menu (in the options
  63. dialogue box) (ADFS 800k is either E or D, DOS 720k will also cover Atari
  64. 720k - it is the size of the disc that matters, not the format. Note that if
  65. you select a disc size smaller than the size of the disc you are reading,
  66. everything will appear to go smoothly. However, the image will not write
  67. properly when you try to copy it, as some of the data will be missing)
  68.   Then click on the left hand icon in the tool bar. A save window will pop up
  69. with two writeable fields in. Enter the filename into the upper field (it is
  70. usual to use the disc name here), and a description of the disc into the
  71. lower field (eg. 'Shareware disc no.1')
  72.   Insert the disc you wish to make an image of into drive 0, then drag the
  73. icon (or press return if you have entered a full path name) to your Images
  74. directory. Reading will start, and an hourglass will pop up giving an
  75. indication of progress.
  76.   After a while, the hourglass will disappear and the image will have been
  77. read and saved.
  78.  
  79.   Making copies of a disc
  80.   -----------------------
  81.   
  82.   First, load a previously created disc image. If you have just created a
  83. disc image, then this will be loaded automatically. The image name and the
  84. disc size will be displayed in the status window (note, due to a bug, the
  85. format will not be selected in the icon bar options dialogue. This should be
  86. fixed soon)
  87.   Next, click on the right hand icon. A window will pop up asking how many
  88. copies you wish to make. Enter the number and press Return (or click OK).
  89. Copying will then start. You will be prompted to insert the discs as
  90. appropriate.
  91.  
  92.   Other
  93.   -----
  94.   
  95.   Image buffer: By default, Discopy uses a buffer of 256K - this means that
  96. 256K chunks of the disc are read or written in one go. To alter this amount,
  97. change the figure in the Resources.!Config file. Bear in mind that if you
  98. increase this amount much beyond 256K that you will also need to alter the
  99. wimpslot value in the !Run file.
  100.  
  101.