home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2182a.dms / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1999-12-26  |  855 b   |  35 lines

  1. PPLoadSeg
  2. fastmemfirst
  3. ppanim -o anims/intro.pp
  4. c:SetPatch >NIL: 
  5. border off
  6. setmap gb
  7. BindDrivers
  8. makedir ram:t
  9. assign T: ram:t 
  10. makedir ram:env 
  11. assign ENV: ram:env
  12. makedir ram:clipboards 
  13. assign CLIPS: ram:clipboards
  14. copy c/muchmore ram:
  15. cls
  16. echo "                        THE FINAL FRONTIER - ISSUE 3 *n"
  17. echo "                       Release date: 14th August 1992 *n *n *n"
  18. echo "            Please note that the intro may not work on all Amigas,"
  19. echo "                including some with 1MB CHIP RAM or Kickstart 2 "
  20. echo "                       and it does NOT work on the A500+ *n *n"
  21. ask "Do you want to see the intro?"
  22. if warn
  23. intro
  24. endif
  25. cls
  26. echo "Please wait... loading menu *n"
  27. memclear >NIL:
  28. echo "Sorry about the presentation on this issue, but read the article on "
  29. echo "disk 3 for a full explanation." 
  30. wait 5
  31. prompt ""
  32. cls
  33. menumaster
  34.  
  35.