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