home *** CD-ROM | disk | FTP | other *** search
- failat 21
-
- df0:c/megaecho
- df0:c/megaecho
- df0:c/megaecho
- df0:c/Style 2
- df0:c/megaecho WELCOME TO THE FREEBASE INSTALLER! delay 2
- df0:c/megaecho
- df0:c/style 1
- df0:c/megaecho This script will install FREEBASE to your chosen path. delay 2
-
- Version >NIL: exec.library 37
- if warn
- df0:c/megaecho
- df0:c/style 2
- df0:c/megecho UPGRADE! You need at least Kickstart 2.0!
- skip abort
- endif
- df0:c/style 1
- df0:c/megaecho
- df0:c/megaecho
- df0:c/megaecho Still Wanna Continue? Yes y No n delay 2
-
- set input "n"
- set >NIL: input ?
-
- if $input eq "yes"
- skip start
- endif
-
- if $input eq "y"
- skip start
- endif
-
-
- skip abort
-
- Lab start
- df0:c/style clear
- df0:c/style 3 R
- df0:c/megaecho
- df0:c/megaecho
- df0:c/Megaecho
- df0:c/megaecho Please Note: The Up And Down ARROW Gadgets In FREEBASE, delay 2
- df0:c/megaecho Will Quit To W/Bench If The MultiCX Commodity Is Installed! delay 2
- df0:c/megaecho This Is Not A Bug In FREEBASE! delay 2
- df0:c/megaecho Just An Unfortunate Incompatability with MultiCX! delay 2
- df0:c/megaecho
- df0:c/megaecho Either Deinstall MultiCX Or Just Use The Sliders! delay2
- df0:c/megaecho
- wait 1
- df0:c/style clear
- df0:c/style 3 R
- df0:c/megaecho
- df0:c/megaecho
- df0:c/megaecho :CREDITS: delay 2
- df0:c/megaecho
- df0:c/megaecho Imdad Shah delay 2
- df0:c/megaecho
- df0:c/megaecho For "STYLE" and "MEGAECHO" ( docs in c/ directory! ) delay 2
- df0:c/megaecho
- df0:c/megaecho Both used to make this installer look better! delay 2
- df0:c/megaecho
- df0:c/megaecho Thanks Imdad!
- df0:c/megaecho
- wait 1
- df0:c/style clear
- df0:c/style 1
- df0:c/megaecho
- df0:c/megaecho Please enter the path where you want FREEBASE to be installed. delay 2
- echo ""
- df0:c/style 2
- df0:c/megaecho The path must end with ( / or : )! delay 2
- df0:c/style 3
- df0:c/megaecho
- df0:c/megaecho EG: Create A NewDrawer on DH1: called FREEBASE Path = DH1:FREEBASE/ delay 2
- df0:c/megaecho
-
- lab Enterpath
- df0:c/style 1
- df0:c/megaecho
- echo noline " Enter the path: "
- set Path "[blank]"
- set >NIL: Path ?
- if not exists $Path
- df0:c/style 2
- df0:c/megaecho
- df0:c/megaecho NO WAY DUDE! '$Path' DOES NOT EXIST! delay 2
- skip back Enterpath
- endif
- df0:c/megaecho
- df0:c/megaecho Installing UFA files to '$Path'... delay 2
-
- Copy df0:FREEBASE_V431 to $Path >NIL:
- Copy Df0:#?.data to $Path >NIL:
- Copy Df0:FREEBASE_V431.info to $Path >NIL:
-
- if warn
- df0:c/megaecho
- df0:c/megaecho An error occured! Please check diskspace! Delay 2
- skip abort
- else
- df0:c/style 3
- df0:c/megaecho
- df0:c/megaecho ALL DONE! delay 2
- endif
-
- Version >NIL: explode.library
- if warn
- df0:c/style clear
- df0:c/style 2
- df0:c/megaecho
- df0:c/megaecho Installing explode.library to 'LIBS:'... delay 2
- copy libs explode.library to LIBS: >NIL:
- else
- df0:c/style 1
- df0:c/megaecho
- df0:c/megaecho ....Explode.library Already Exists. Not Copied....
- endif
-
- if warn
- df0:c/style 3
- df0:c/megaecho An error occured! Please check diskspace! delay 2
- skip abort
- endif
- if not exists dh0:c/run
- copy df0:c/run dh0:c/ >NIL:
- endif
-
-
-
- df0:c/style 3
- df0:c/megaecho
- df0:c/megaecho Installation Complete! Please Enjoy FREEBASE!delay 2
- df0:c/megaecho
-
-
- Lab abort
- df0:c/style 2
- df0:c/megaecho
- df0:c/megaecho Installation aborted... delay 2
- Wait 2
- quit
-