home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff224.lzh / CLImax / MoveSys.readme < prev    next >
Text File  |  1989-06-20  |  2KB  |  45 lines

  1.  
  2.                                MOVESYS
  3.  
  4. Have you ever gotten tired of going
  5.     assign sys: whatever:
  6.     assign c: sys:c
  7.     assign devs: sys:devs
  8.     assign s: sys:s
  9.     ...
  10.     ...
  11. in order to avoid "Please insert ..." requesters?  Well, here's something
  12. that will help; a little program that reassigns SYS:, C:, S:, L:, LIBS:,
  13. DEVS:, and FONTS: all in one step.
  14.  
  15. If you're a floppy oriented user, you can use it to painlessly transfer your
  16. base of operations from one bootable disk to another; if you're a hard disk
  17. user, you can use it to simplify and perhaps speed up your startup-sequence. 
  18. It does not change your current directory.  Note that the "pure" bit is set;
  19. you can make it resident if you want.
  20.  
  21. You just give the command MoveSys in CLI followed by the name of the
  22. directory you want SYS: to be assigned to, like this:
  23.  
  24.            1> movesys dh0:
  25.      or    1> movesys "workbench 1.3:"
  26.  
  27. The quotes in that second case are optional.  The thing you assign SYS: to
  28. need not be a root directory, as long as it has the subdirectories c, s, l,
  29. libs, devs, and fonts.  It returns 5 (WARN) if any of the names other than
  30. SYS: couldn't be found, or 10 it it couldn't find the new SYS: or if it
  31. fails more drastically, with a message explaining any failure.
  32.  
  33. MoveSys is by Paul Kienitz, in the public domain.  If you have any feedback,
  34. especially if you find a bug, write to:
  35.  
  36.                                    Paul Kienitz
  37.                    6430 San Pablo ave.
  38.                    Oakland, CA, 94608
  39.                    USA
  40.  
  41. Sorry, I don't have any E-mail address.
  42.  
  43. (°¿°) <- Official Seal of Dorkiness certifies that MoveSys was written
  44. without the use of ROM Kernel Manuals.
  45.