home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / drives / install / install.doc < prev    next >
Encoding:
Text File  |  1994-07-01  |  2.9 KB  |  79 lines

  1.  
  2.                 Install v1.2
  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 assembler.
  15.  
  16. (not essential)  icon.library   - Should be in LIBS: directory under 1.3
  17.                   (This file is in ROM under 2.0+).
  18.  
  19. Introduction
  20. ------------
  21.  
  22. Considering that Commodore-Amiga have written a friendly icon-driven user
  23. interface, then it seems odd that they wrote most of the system software to
  24. be CLI only :-(
  25.  
  26. A particular case in point is the 'Install' command, which can give single
  27. drive users a considerable headache. However I now present my own 'Install',
  28. with no CLI knowledge required! Install will work equally well with
  29. AmigaDOS 1.3, 2.0, etc.
  30.  
  31. Usage
  32. -----
  33.  
  34. To use from the Workbench, simply click on the icon, or type 'Install' at the
  35. CLI. Since Install is font sensitive, it doesn't matter if you are running
  36. an interlaced Workbench with Times/24, the display will still be clear. Now
  37. insert the disk to be installed in a drive and click on the relevant gadget,
  38. ie. if you have only one drive, load Install, insert the disk to be installed
  39. in the drive, then click on the gadget marked 'DF0'.
  40.  
  41. Note that the program automatically disables the gadgets for drives that are
  42. not connected to your system. Also notice that the program checks to see if
  43. you are certain that you want to install a disk - installing a disk destroys
  44. the previous contents of the bootblock. This check option can be disabled if
  45. desired by using the 'NOCHECK' tooltype, ie.:
  46.  
  47. Click on the 'Install' icon, then select 'Info' from one of the Workbench
  48. menus. When the info requester appears, look at the bottom where the
  49. ToolTypes gadget is located. If there is a tooltype
  50.  
  51.             NOCHECK
  52.  
  53. then the program will not perform the check. Note that this option is only
  54. available when Install is started from Workbench; if started from CLI then
  55. the program always checks. Also this option requires the presence of the file
  56. 'icon.library' in the current LIBS: directory.
  57.  
  58. With the release of AmigaDOS 2.04, there is a new standard bootblock.
  59. Install has a menu which allows you to select whether the bootblock written
  60. out is for AmigaDOS 1.3 or AmigaDOS 2.0. Furthermore, AmigaDOS 2.0 allows
  61. the use of the FastFileSystem on floppy disks, so you can select an OFS or
  62. FFS bootblock for AmigaDOS 2.0. Note that on running Install the default is
  63. the correct bootblock for your system, so generally you will not need to
  64. worry about this menu.
  65.  
  66. History
  67. -------
  68.  
  69.  v1.0 - First release.
  70.  
  71.  v1.1 - After examining the ToolTypes field  of the Install icon the
  72.     memory used for the icon is now freed.
  73.     Improved appearance and operation under AmigaDOS 2.0.
  74.     Added menu to allow choice of system bootblocks.
  75.  
  76.  v1.2 - Added 2.0 FastFileSystem (FFS) bootblock to menu.
  77.     Added font sensitive code; looks good even if font is not topaz/8.
  78.  
  79.