home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / multiuser_1.8 / emergency / s / startup-sequence
Text File  |  1995-02-27  |  656b  |  23 lines

  1. ; Emergency Floppy Startup-Sequence for MultiUser Release 1.7
  2. ;
  3. ; © Copyright 1993-1994 Geert Uytterhoeven
  4. ;
  5. ; (Thanks to Ingolf Koch for the inspiration)
  6.  
  7.  
  8. ; Change 'App:L' to the directory that contains the 'MultiUserFileSystem'
  9.  
  10. Assign L: App:L ADD
  11.  
  12. ; Change 'App:Libs' to the directory that contains the 'multiuser.library'
  13.  
  14. Assign Libs: App:Libs ADD
  15. Assign ENV: RAM:
  16.  
  17. ; Change 'App:C' to the directory that contains the 'Who' support command
  18.  
  19. App:C/Who Am I >NIL:            ;Load the multiuser.library
  20. Mount DEVS:DOSDrivers/MU0       ;Mount this floppy with the MultiUserFileSystem
  21. MU0:C/CLI                       ;Start a Shell owned by root
  22. EndCLI
  23.