home *** CD-ROM | disk | FTP | other *** search
-
- ;
- ; -×-> InterNet Login Script for ScriptLogin 1.0 by Wizard/Giants <-×-
- ;
-
- Resident >NIL: C:Assign PURE
- Resident >NIL: C:Execute PURE
-
- Assign ENV: DH0:T
- Assign T: DH0:T
- Assign >NIL: CLIPS: DH0:T
- Assign >NIL: REXX: S:
- Assign >NIL: KEYMAPS: DEVS:Keymaps
- Assign LOCALE: SYS:Locale
- Assign LIBS: SYS:Classes ADD
-
- Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
-
- C:NoKlik
-
-
-
- ;BEGIN MUI
- if exists "WorkOut:Utilities/System/MUI"
- assign MUI: "WorkOut:Utilities/System/MUI"
- if exists MUI:Libs
- assign add LIBS: MUI:Libs
- endif
- if exists MUI:Locale
- assign add LOCALE: MUI:Locale
- endif
- version >nil: exec.library 39
- if not warn
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- endif
- endif
- ;END MUI
-
- ;BEGIN AmiTCP/IP
- assign AmiTCP: Production:Surfing/AmiTCP
- path AmiTCP:bin add
- Assign APIPE: Exists > NIL:
- IF Warn
- Mount APIPE: from AmiTCP:devs/APipe-Mountlist
- EndIf
- ;END AmiTCP/IP
-
-