home *** CD-ROM | disk | FTP | other *** search
- others/loader
- c:echo "Version 1.500+ Revision 1.1. 14/4/92"
- c:setpatch >NIL:
- fastmemfirst
- type s/floppy
- s/noiseplayer >NIL: -p5 df0:others/retro.mod
- wait 5
- failat 30
- assign >NIL: RAD: exists
- if warn
- resident c/echo
- mount rad:
- resident c/copy
- resident c/makedir
- makedir rad:c
- makedir rad:s
- makedir rad:l
- echo " "
- if exists df0:*
- echo "There is a problem: a rogue file appears to have infested your disk!"
- echo "This file inteferes with Radbench's copying procedure, and needs to be removed"
- echo "You will need to write enable your disk , i.e: with no hole showing NOW, then"
- echo "press the Left Mouse Button to continue, and I`ll delete the file!..."
- echo "Waiting for LMB..."
- button
- delete df0:*
- echo "Please WRITE PROTECT your disk, now and LEAVE IT THAT WAY!"
- echo "Left Mouse Button to continue..."
- button
- endif
- echo " "
- echo "(Press ESCAPE to stop the awful music!)"
- makedir rad:libs
- makedir rad:devs
- makedir rad:devs/printers
- makedir rad:fonts
- makedir rad:fonts/pearl
- copy df0:c/ rad:c/ quiet
- echo "Not long to go!..."
- copy #? rad: quiet
- copy df0:copied/ rad: quiet
- delete rad:documents.info
- delete rad:programs.info
- delete rad:others.info
- delete rad:fun!.info
- copy df0:s/newstart rad:s/ quiet
- copy df0:s/message rad:s/ quiet
- copy df0:l rad:l/ quiet
- echo "Nearly there!..."
- copy df0:libs rad:libs/ quiet
- copy df0:devs rad:devs/ quiet
- echo "Hang on!..."
- copy df0:devs/printers/epson rad:devs/printers quiet
- makedir rad:devs/keymaps
- copy df0:devs/keymaps rad:devs/keymaps quiet
- copy df0:fonts rad:fonts/ quiet
- copy df0:fonts/pearl rad:fonts/pearl quiet
- echo "Final preparations...."
- rename rad:s/newstart rad:s/startup-sequence
- echo "Please REMOVE THE DISK IN DF0, THEN PRESS CTRL AND THE TWO AMIGA KEYS.."
- echo " "
- echo "Radbench should then take 5 seconds to load up from memory! "
- echo "(PLEASE READ THE `README.DOC` ON DF0:DOCUMENTS/ , IMPORTANT!)"
- wait 99
- wait 99
- else
- echo "RRD 1.500+ is already present!"
- echo " "
- echo "Running it from RAD: NEXT TIME, TRY TAKING THE DISK OUT!"
- cd rad:
- makedir ram:t
- assign t: ram:t
- execute rad:s/startup-sequence
- endif
- echo "Either something has gone wrong, or you have waited for ages to"
- echo "get this far and find nothing has happened....Please try again!"
- echo "(Maybe you forgot to reset the computer!)..."
- wait 5
-