home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 426.lha / NewSys_v2.0 / NewSys.doc < prev    next >
Encoding:
Text File  |  1990-10-07  |  3.1 KB  |  71 lines

  1. *******************************************************************************
  2.     NewSys 2.0 written by Fred Mitchell (BIX f.mitchell)
  3.  
  4.     Copyright © 1987, 1990 Mitchell/Ware Systems. All Rights Reserved.
  5.     This comes to you courtesy of MWS. NewSys may be freely copied and
  6.     distributed only in its original, unmodified form. The following files
  7.     must be present when distributed:
  8.  
  9.         NewSys.doc
  10.         NewSys
  11.         NewSys.info
  12.         1.3_NewSys
  13.         1.3_NewSys.info
  14.  
  15.     INTRODUCTION
  16.         This is a handy program, especially for floppy users. It allows you
  17.         to change your system disk/directory with ease. It can be run from
  18.         either CLI or the Workbench (using multiple select). The only
  19.         requirements are that you:
  20.             a) Are running AmigaDOS version 2.0 or higher (for NewSys)
  21.                Are running AmigaDOS version 1.3 or higher (for 1.3_NewSys)
  22.             b) ASSIGN is either resident or present in the C directory of
  23.                both system areas
  24.  
  25.     HISTORY OF NEWSYS
  26.         Way back when, when I purchased my first Amiga (a humble 500, when
  27.         it was first released), I was floppy-bound and had little memory
  28.         ( 1 Meg ). Since with such a configuration much disk-swapping became
  29.         a way of life, NewSys was immeately conceived. Later, due to a
  30.         backup diaster, the original source for NewSys was lost, even though
  31.         the executable survived (it found its way on nearly every system
  32.         disk around!) Now, a couple of years later, since NewSys still proved
  33.         useful in my multi-hard-drive, multi-OS, and multi-Amiga environment,
  34.         I decided to re-write it from scratch, improving it and taking
  35.         advantage of AmigaDOS 2.0. And here it is! Enjoy.
  36.  
  37.     DIFFERENCES BETWEEN NewSys and 1.3_NewSys
  38.         Since I lost the original source for 1.3_NewSys, The documentation
  39.         of its operation in incomplete. It functions in pretty-much the same
  40.         way that NewSys does, but it is not as smart as NewSys is. For
  41.         instance, 1.3_NewSys can only handle devices from Workbench and
  42.         not drawers. It has been included for those still using 1.3. If you
  43.         are using AmigaDOS 2.0, use NewSys and throw away the old 1.3_NewSys.
  44.         If you are using AmigaDOS 1.3, UPGRADE! :-)
  45.  
  46. *******************************************************************************
  47. NewSys 2.0                                                          NewSys 2.0
  48.    NAME
  49.        NewSys -- Change System directory/device
  50.  
  51.    SYNOPSIS
  52.        NewSys path     (from CLI)
  53.  
  54.        NewSys --> drawer|device    (from Workbench)
  55.  
  56.    FUNCTION
  57.        NewSys changes the currently-defined system disk. It redoes all of
  58.        the system assigns.
  59.  
  60.    INPUTS
  61.        From CLI - the path (optional) to reassign to.
  62.        From Workbench - A multiselected (optional) drawer or device.
  63.  
  64.        Note that in both cases, the path is taken as SYS:, and all
  65.        other assigns will procede accordingly. If no target is given,
  66.        then the current directory is assumed as the target.
  67.  
  68.    RESULTS
  69.        The chosen directory now becomes the system 'device'.
  70.  
  71.