home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Start-Tutorial < prev    next >
Text File  |  1977-12-31  |  983b  |  36 lines

  1. if NOT exists C:TV
  2.   copy AmigaGameGuide_CD:c/TV C:
  3. endif
  4. if NOT exists C:runit
  5.   copy AmigaGameGuide_CD:c/runit C:
  6. endif
  7. if NOT exists C:killaga
  8.   copy AmigaGameGuide_CD:c/killaga C:
  9. endif
  10. if NOT exists C:searchguide
  11.   copy AmigaGameGuide_CD:c/searchguide C:
  12. endif
  13. if NOT exists C:WBRun
  14.   copy AmigaGameGuide_CD:c/WBRun C:
  15. endif
  16. if NOT exists Libs:parm.library
  17.   copy AmigaGameGuide_CD:c/parm.library Libs:
  18. endif
  19. if NOT exists C:visage
  20.   copy AmigaGameGuide_CD:c/visage C:
  21. endif
  22. if NOT exists Libs:arp.library
  23.   copy AmigaGameGuide_CD:c/arp.library libs:
  24. endif
  25. if NOT exists Libs:medplayer.library
  26.   copy AmigaGameGuide_CD:c/medplayer.library libs:
  27. endif
  28. if NOT exists Libs:reqtools.library
  29.   copy AmigaGameGuide_CD:c/reqtools.library libs:
  30. endif
  31.  
  32. cd "AmigaGameGuide_CD:Amiga/"
  33. AmigaGameGuide_CD:c/smp AmigaGameGuide_CD:Amiga/tutorial/spdebris.mod
  34. AmigaGameGuide_CD:c/Visage >NIL: files=AmigaGameGuide_CD:Amiga/tutorial/Grafik ALL order sorted delay 18 
  35. AmigaGameGuide_CD:c/stopsmp
  36.