home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / f1 / archives / beginners.dms / beginners.adf / s / startup-sequence < prev   
Text File  |  1995-11-23  |  1KB  |  37 lines

  1. makedir ram:T ram:Clipboards ram:env ram:env/sys
  2. copy >NIL: ENVARC: ram:env all quiet noreq
  3. assign ENV: ram:env
  4. assign T: ram:t ;set up T: directory for scripts
  5. assign CLIPS: ram:clipboards
  6. Assign >NIL: PRINTERS: DEVS:Printers
  7. echo " "
  8. echo "I am about to display 2 pictures, just click the right mouse button"
  9. echo "to exit each picture when you are ready."
  10. c/showpic df0:pics/lab
  11. c/showpic df0:pics/loader.iff
  12. c:makedir ENV:amigaguide
  13. c:setenv Amigaguide/path "ABGTWB3_vol2"
  14. cls
  15. echo "THIS VOLUME IS NOT P.D. PLEASE DO NOT SELL OR GIVE AWAY COPIES."
  16. echo "ONLY AVAILABLE FROM F1 LICENCEWARE AND OFFICIAL F1 DISTRIBUTORS"
  17. echo "---------------------------------------------------------------"
  18. echo " "
  19. echo " "
  20. echo "If you want to look at or use the programs on this disk"
  21. echo "then press y on your keyboard now and then the return key."
  22. echo "If you want to load the tutorial then press n and then return."
  23. echo "I recommend you look at the tutorial first and read the"
  24. echo "tutorial which explains everything on disk."
  25. echo " "
  26. Ask "Look at utils on disk? y/n"
  27.  
  28. if warn
  29. gowb
  30. endif
  31.  
  32. echo "LOADING TUTORIAL-PLEASE WAIT...."
  33. ;
  34. cd ABGTWB3_VOL2:
  35. amigaguide ABGTWB3_VOL2:prefs.guide
  36.  
  37.