home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1274.dms / in.adf / Docs / Install.Doc.pp / Install.Doc
Encoding:
Text File  |  1990-09-01  |  2.5 KB  |  74 lines

  1.  
  2.                 Install v1.0
  3.                 ------------
  4.  
  5.                © 1990  by David Kinder
  6.                -----------------------
  7.  
  8. Files
  9. -----
  10.          Install    - Program.
  11.          Install.info    - It's icon.
  12.          Install.Doc    - This document.
  13.          Install.s    - The source code, written using HiSoft's
  14.                   excellent Devpac v2.14 assembler.
  15.  
  16. (not essential)     icon.library    - Should be in LIBS: directory.
  17. (not essential)     info.library    - Should also be in LIBS: directory. Used
  18.                   for modifying options.
  19.  
  20. Introduction
  21. ------------
  22.  
  23. Considering that Commodore-Amiga have written a friendly icon-driven user
  24. interface, then it seems odd that they wrote most of the system software to
  25. be CLI only (Sigh). A case in point is the 'Install' command, which can give
  26. one-drive users a considerable headache. However I now present my own
  27. 'Install', with no CLI usage in sight!
  28.  
  29. Usage
  30. -----
  31.  
  32. To use from the workbench, simply click on the icon, or type 'Install' at the
  33. CLI (Though if you are using the CLI, you might as well use the old CBM
  34. version!). Now insert the disk to be installed in a drive and click on the
  35. relevant gadget, i.e. if you have only one drive, load Install, insert the
  36. disk to be installed in the drive, then click on the gadget marked 'DF0'.
  37.  
  38. Note that the program automatically disables the gadgets for drives that are
  39. not connected to your system. Also notice that the program checks to see if
  40. you are certain that you want to install a disk - installing a disk destroys
  41. the previous contents of the bootblock. This check option can be disabled if
  42. desired by using the 'NOCHECK' tooltype, i.e.:
  43.  
  44. Click on the 'Install' icon, then select 'Info' from the workbench menu.
  45. When the info requester appears, look at the bottom where the ToolTypes
  46. gadget is located. If there is something like
  47.  
  48.             NOCHECK=YES
  49.  
  50. then the program will not perform the check. Note that:
  51.  
  52. 1) It is the presence of the 'NOCHECK=' part that controls whether the
  53.    program checks or not; if it is present then the program does not check,
  54.    else it does check. Stictly speaking, the 'YES' could be replaced by
  55.    anything.
  56.  
  57. 2) This option is only available when Install is started from workbench; if
  58.    started from CLI then the program always checks. Also this option
  59.    requires the presence of the file 'icon.library' in the current LIBS:
  60.    directory.
  61.  
  62. Finally
  63. -------
  64.  
  65. This program was written in December 1990 using HiSoft's Devpac v2.14
  66. assembler on a 1Meg, 2 Drive Amiga A500. My address is:
  67.  
  68.             David Kinder,
  69.             28, Langholm Rd.,
  70.             Garswood,
  71.             Ashton-in-Makerfield,
  72.             Lancs.
  73.             WN4 0SG.
  74.