home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 56 / ac056b.adf / Game-Of-The-Month / Fighting_Warriors < prev    next >
AmigaDOS Script File  |  1978-01-02  |  451b  |  20 lines

  1. .key var 1
  2. type s:arcblarb
  3. Echo "   Do you wish to continue? Press N if you haven't prepared your"
  4. ask "   disk, and Y if you have..."
  5. if warn
  6. copy c:format to ram:
  7. copy c:install to ram:
  8. copy c:lz to ram:
  9. copy c:endif to ram:
  10. copy c:echo to ram:
  11. copy c:failat to ram:
  12. copy c:endcli to ram:
  13. copy sys:game-of-the-month/warriors.lzh to ram:
  14. cd ram:
  15. format drive df0: name Warriors
  16. install drive df0:
  17. lz e,x warriors.lzh Warriors:
  18. endif
  19. echo "Finished!"
  20.