home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / r / ramstore / !RAMstore / !Help < prev    next >
Text File  |  1995-06-18  |  12KB  |  255 lines

  1.  
  2.  ABOUT THIS PROGRAM
  3.  ---------------------------------------------------------------------------
  4.  
  5.  Name    : RAMstore
  6.  Version : 1.00 (09 Apr 1995)
  7.  Purpose : Semi-permanent RAM disc
  8.  Author  : Andrew Berry
  9.  Licence : Freeware. Please see conditions at the end of this file.
  10.  
  11.  
  12.  PURPOSE
  13.  ---------------------------------------------------------------------------
  14.  The idea of this program is to provide a 'semi-permanent' RAM disc, the
  15.  idea being that it is loaded in your boot sequence each time you use your
  16.  computer. When loaded it will copy a specified directory from a permanent
  17.  storage media (for instance hard disc) onto the RAM disc. This directory
  18.  can then be accessed from the icon bar and used in the same way as the RAM
  19.  disc. When the program is quit or you shutdown the computer the directory
  20.  will be copied back onto the hard disc ready for re-loading next time you
  21.  start up.
  22.  
  23.  In other words, it allows you to make use of the fast access time of the
  24.  RAM disc, but with the advantage that your data will be automatically
  25.  stored so your don't need to bother about transferring it when you've
  26.  finished working.
  27.  
  28.       
  29.  CREATING A STORAGE DIRECTORY
  30.  ---------------------------------------------------------------------------
  31.  When you first use RAMstore you will need to specify a storage directory.
  32.  This is a directory on a permanent disc (ie hard disc) which is used to
  33.  store the data which will be copied to RAM each time the program is run.
  34.  
  35.  Selecting 'Create...' from the 'Storage' submenu brings up a window with a
  36.  blue folder on the left hand side. Enter a filename in the box below this
  37.  icon and drag the folder to a directory viewer where you want the storage
  38.  directory to be created. The filename will appear in the long white box
  39.  but the directory will be created ONLY when your click on 'Create'.
  40.  Selecting 'Cancel' will close the window without creating the storage
  41.  directory.
  42.  
  43.  Once you have clicked on 'Create' the storage directory will be created
  44.  and copied to RAM. The program is then ready for use as described in the
  45.  later section, 'Once the storage directory has been set'.
  46.  
  47.  
  48.  ALTERING THE STORAGE DIRECTORY
  49.  ---------------------------------------------------------------------------
  50.  If you decide to alter the position of the storage directory this must be
  51.  done using the 'Alter...' option of the 'Storage' submenu.
  52.  
  53.  The pathname of the current storage directory is shown in the top left.
  54.  Dragging the blue folder will specify the position of the new storage
  55.  directory, as for creating a new one, and the pathname will appear in the
  56.  lower long white box. Clicking on 'Alter' will cause the new storage
  57.  directory to be created according to the two options which can be set from
  58.  the top right of the window.
  59.  
  60.  'Transfer contents' is used to copy the complete contents of the current
  61.  storage directory to the new storage directory. This is turned on by
  62.  default as you will usually want to copy the contents of the directory
  63.  otherwise your data won't be available next time you use the program!
  64.  
  65.  'Delete old' only applies when 'Transfer contents' is selected, and is used
  66.  to remove the old storage directory after copying the contents to the new
  67.  position. This is also on by default.
  68.  
  69.  
  70.  DELETING THE STORAGE DIRECTORY
  71.  ---------------------------------------------------------------------------
  72.  The final option on the 'Storage' directory is 'Delete...'. This opens a
  73.  window which shows the pathname of the current storage directory. Clicking
  74.  on 'Delete' will remove the storage directory from the PERMANENT media, but
  75.  will leave the RAM version alone.
  76.  
  77.  
  78.  USING THE 'STORAGE' OPTIONS
  79.  ---------------------------------------------------------------------------  There is some flexibility when using the options on the 'Storage' menu. For
  80.  instance, deleting the current storage directory will not delete the data
  81.  which is on the RAM disc. If a new storage directory is then created, the
  82.  RAM data will be copied to the new storage directory when the program
  83.  is quit.
  84.  
  85.  If no storage directory is selected then clicking with either Select or
  86.  Adjust on the icon bar will open the 'Create...' window to save you using
  87.  the menu. Otherwise they behave as described below.
  88.  
  89.  
  90.  ONCE THE STORAGE DIRECTORY HAS BEEN SET
  91.  ---------------------------------------------------------------------------
  92.  After a storage directory has been created the program is ready for general
  93.  use. To be of any real use it should be loaded in the desktop boot file. A
  94.  line such as the following should be inserted:
  95.  
  96.         Filer_Run ADFS::IDEDisc4.$.Utilities.!RAMstore
  97.         
  98.  Filer_Run should be replaced by Run on pre-RISC OS 3 machines.
  99.  
  100.  The program will not function correctly unless a RAM disc has been
  101.  configured. This can be done by typing
  102.         
  103.         Configure RamFsSize 64K
  104.         
  105.  at the command line, replacing 64 with a size suitable for your expected
  106.  use. If you attempt to start RAMstore when no RAM disc is present, the data
  107.  will not be copied from the storage directory. However, the program will
  108.  still load and the data can be transferred after a RAM disc has been
  109.  created. See the section 'Backing up and Restoring' for details.
  110.  
  111.  
  112.  USING THE PROGRAM
  113.  ---------------------------------------------------------------------------
  114.  Once the storage directory has been selected and the appropriate line
  115.  inserted in your boot file, the program will start up ready for use each
  116.  time you use the computer.
  117.  
  118.  The RAMstore directory on the RAM disc can be accessed in two ways.
  119.  
  120.         1)   By opening the root directory of the RAM disc as usual and
  121.              opening the RAMstore directory
  122.              
  123.         2)   By clicking on the RAMstore icon on the icon bar.
  124.         
  125.  The second method is recommended, as only the RAMstore directory is stored
  126.  on permanent disc and data could be saved elsewhere on the RAM disc by
  127.  accident if the first method is used.
  128.  
  129.  Although the RAMstore directory is opened using the RAMstore program,
  130.  please remember that it is in fact just the RAM disc you are using. This
  131.  program only provides a method of copying the data at the end of each
  132.  session. Therefore, using this program is just as fast as using the RAM
  133.  disc and the RAMstore directory can be used in the same way as any other.
  134.  Data is only copied to disc at the end of each session, therefore providing
  135.  a very fast and virtually transparent system.
  136.  
  137.  
  138.  STORING THE DATA
  139.  --------------------------------------------------------------------------
  140.  The data which is on the RAM disc is automatically transferred to disc
  141.  when the user does any of the following:
  142.  
  143.         -   Selects 'Quit' from the main menu
  144.         -   Quits from the task manager
  145.         -   Selects 'Exit' from the task manager menu
  146.         -   Shuts down using either the task manager menu or with
  147.             Ctrl-Shift-F12
  148.             
  149.  The first method is recommended because there is no possibility of data
  150.  loss this way. Even if the data cannot be transferred to disc by the
  151.  program it will still be available to copy manually - the program doesn't
  152.  delete data in the RAM disc at any stage. If the user shuts down then the
  153.  data is transferred OK unless a problem is encountered, in which case it
  154.  will be lost. This is only a temporary problem and should be fixed for a
  155.  future version.
  156.  
  157.  
  158.  BACKING UP AND RESTORING
  159.  --------------------------------------------------------------------------
  160.  The two remaining items on the main menu are as follows:
  161.  
  162.  Backup : Selecting this will cause the data in the RAMstore directory on
  163.           the RAM disc to be copied to the storage directory. This is to
  164.           enable a backup of the RAMstore directory to be made without
  165.           quitting the program.
  166.           
  167.  Restore: This will only be available if a problem was encountered when
  168.           the program started up. An obvious example is attempting to start
  169.           the program when no RAM disc is present. The program will still
  170.           start, and the data can be copied later after a RAM disc has been
  171.           created by selecting 'Restore'.
  172.  
  173.  
  174.  HISTORY
  175.  ------------------------------------