home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1848.dms / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1992-04-14  |  2.4 KB  |  79 lines

  1. others/loader
  2. c:echo "Version 1.500+     Revision 1.1.     14/4/92"
  3. c:setpatch >NIL:
  4. fastmemfirst
  5. type s/floppy
  6. s/noiseplayer >NIL: -p5 df0:others/retro.mod
  7. wait 5
  8. failat 30
  9. assign >NIL: RAD: exists
  10. if warn
  11.   resident c/echo
  12.   mount rad:
  13.   resident c/copy
  14.   resident c/makedir
  15.   makedir rad:c
  16.   makedir rad:s
  17.   makedir rad:l
  18.   echo " "
  19.   if exists df0:*
  20.      echo "There is a problem: a rogue file appears to have infested your disk!"
  21.      echo "This file inteferes with Radbench's copying procedure, and needs to be removed"
  22.      echo "You will need to write enable your disk , i.e: with no hole showing NOW, then"
  23.      echo "press the Left Mouse Button to continue, and I`ll delete the file!..."
  24.      echo "Waiting for LMB..."
  25.      button
  26.      delete df0:*
  27.      echo "Please WRITE PROTECT your disk, now  and LEAVE IT THAT WAY!"
  28.      echo "Left Mouse Button to continue..."
  29.      button
  30.   endif
  31.   echo " "
  32.   echo "(Press ESCAPE to stop the awful music!)"
  33.   makedir rad:libs
  34.   makedir rad:devs
  35.   makedir rad:devs/printers
  36.   makedir rad:fonts
  37.   makedir rad:fonts/pearl
  38.   copy df0:c/ rad:c/ quiet
  39.   echo "Not long to go!..."
  40.   copy #? rad: quiet
  41.   copy df0:copied/ rad: quiet
  42.   delete rad:documents.info
  43.   delete rad:programs.info
  44.   delete rad:others.info
  45.   delete rad:fun!.info
  46.   copy df0:s/newstart rad:s/ quiet
  47.   copy df0:s/message rad:s/ quiet
  48.   copy df0:l rad:l/ quiet
  49.   echo "Nearly there!..."
  50.   copy df0:libs rad:libs/ quiet
  51.   copy df0:devs rad:devs/ quiet
  52.   echo "Hang on!..."
  53.   copy df0:devs/printers/epson rad:devs/printers quiet
  54.   makedir rad:devs/keymaps
  55.   copy df0:devs/keymaps rad:devs/keymaps quiet
  56.   copy df0:fonts rad:fonts/ quiet
  57.   copy df0:fonts/pearl rad:fonts/pearl quiet
  58.   echo "Final preparations...."
  59.   rename rad:s/newstart rad:s/startup-sequence
  60.   echo "Please REMOVE THE DISK IN DF0, THEN PRESS CTRL AND THE TWO AMIGA KEYS.."
  61.   echo " "
  62.   echo "Radbench should then take 5 seconds to load up from memory! "
  63.   echo "(PLEASE READ THE `README.DOC` ON DF0:DOCUMENTS/ , IMPORTANT!)"
  64.   wait 99
  65.   wait 99
  66. else
  67.  echo "RRD 1.500+ is already present!"
  68.  echo " "
  69.  echo "Running it from RAD:  NEXT TIME, TRY TAKING THE DISK OUT!"
  70.  cd rad:
  71.  makedir ram:t
  72.  assign t: ram:t
  73.  execute rad:s/startup-sequence
  74. endif
  75. echo "Either something has gone wrong, or you have waited for ages to"
  76. echo "get this far and find nothing has happened....Please try again!"
  77. echo "(Maybe you forgot to reset the computer!)..."
  78. wait 5
  79.