home *** CD-ROM | disk | FTP | other *** search
- ; Startup sequence for Amiga Client Software users.
- ;
- ; Script checks to see if a successful Login occured. If so,
- ; then transfers control to the server.
- ;
- ; NOTE: Script currently assumes that there is a valid AmigaDOS
- ; file system located at
- ; nd0:Public/Amiga/Workbench1.3
- ;
- ; Please -- before you edit this file, study it.
- ;
-
- echo "Amiga Client Software for Novell NetWare Disk"
- setpatch >nil:
- SYS:System/FastMemFirst
- binddrivers
- assign Network: sys:network
- path Network:
- SetClock load ;load system time from real time clock (A1000 owners should
- ;replace the SetClock load with Date)
-
- makedir ram:tr
- assign t: ram:tr
-
- failat 25
- login -s
- network:IsLoggedIn
- IF WARN
- IF exists nd0:Public/Amiga/Workbench1.3
- map sys: nd0:Public/Amiga/Workbench1.3
- map c: sys:c
- map L: sys:l
- map Fonts: sys:fonts
- map s: sys:s
- map devs: sys:devs
- map libs: sys:libs
- map Network: sys:Network
- path reset Network: sys:Network
- ENDIF
- ENDIF
-
- Addbuffers df0: 10
- cd c:
- FF >NIL: -0 ;speed up Text
- resident CLI L:Shell-Seg SYSTEM pure add ;activate Shell
- resident c:Execute pure
- mount newcon:
-
- failat 11
- run execute s:StartupII ;This lets resident be used for rest of script
- wait >NIL: 5 mins ;Wait for StartupII to complete (will signal when done)
-
- SYS:System/SetMap usa1 ;Activate the ()/* on keypad
- path ram: c: sys:utilities sys:system s: sys:prefs add ;Set Workbench path
- LoadWB delay ;Wait for inhibit to end before continuing
- endcli >NIL:
-