home *** CD-ROM | disk | FTP | other *** search
- ; Emergency Floppy Startup-Sequence for MultiUser Release 1.7
- ;
- ; © Copyright 1993-1994 Geert Uytterhoeven
- ;
- ; (Thanks to Ingolf Koch for the inspiration)
-
-
- ; Change 'App:L' to the directory that contains the 'MultiUserFileSystem'
-
- Assign L: App:L ADD
-
- ; Change 'App:Libs' to the directory that contains the 'multiuser.library'
-
- Assign Libs: App:Libs ADD
- Assign ENV: RAM:
-
- ; Change 'App:C' to the directory that contains the 'Who' support command
-
- App:C/Who Am I >NIL: ;Load the multiuser.library
- Mount DEVS:DOSDrivers/MU0 ;Mount this floppy with the MultiUserFileSystem
- MU0:C/CLI ;Start a Shell owned by root
- EndCLI
-