home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / amiganutta / onescfix.lha / onescapee-fix next >
Text File  |  1997-08-17  |  760b  |  24 lines

  1. echo "To fix a small problem with the demo"
  2. echo "I have to copy some files and make"
  3. echo "a few links to the stage1 directory."
  4. echo ""
  5. echo "This is what I shall do..."
  6. echo ""
  7. echo "1) Copy stage1/backanims into intro/"
  8. echo "2) Copy stage1/enemies into intro/"
  9. echo "3) Make softlinks from the stage1"
  10. echo "   directory to the directories :"
  11. echo "      - stage2"
  12. echo "      - stage2b"
  13. echo "      - stage4"
  14. echo "      - stage5"
  15. echo "      - stage6"
  16. echo ""
  17. copy stage1/backanims intro/backanims ALL QUIET
  18. copy stage1/enemies intro/enemies ALL QUIET
  19. makelink FROM stage2 TO stage1 FORCE
  20. makelink FROM stage2b TO stage1 FORCE
  21. makelink FROM stage4 TO stage1 FORCE
  22. makelink FROM stage5 TO stage1 FORCE
  23. makelink FROM stage6 TO stage1 FORCE
  24. echo "Finished"