home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 32 / af032.adf / Fix < prev    next >
Encoding:
Text File  |  1992-01-20  |  1.5 KB  |  46 lines

  1.  
  2.  
  3.  
  4. makedir ram:q
  5. echo "The Fix to run the Knightmare demo from Issue 31 on the A500+."
  6. echo ""
  7. echo "Just copying some files to memory..."
  8. echo ""
  9. copy Coverdisk32:c/copy to ram:q
  10. ram:q/copy Coverdisk32:c/delete to ram:q
  11. ram:q/copy Coverdisk32:c/join to ram:q
  12. ram:q/copy Coverdisk32:c/cd to ram:q
  13. ram:q/copy Coverdisk32:Part1 to ram:q
  14. ram:q/copy Coverdisk32:Part2 to ram:q
  15. ram:q/copy Coverdisk32:newmenu431 to ram:q
  16. echo "Please check the write protect tab on the corner of the disk."
  17. echo "(You should not be able to see through the hole!)"
  18. ram:q/copy ram:q/Part1 to Coverdisk31:
  19. ram:q/copy ram:q/Part2 to Coverdisk31:
  20. echo ""
  21. echo "Working... Please be patient."
  22. echo ""
  23. ram:q/cd Coverdisk31:
  24. ram:q/join Part1 Knightmare Part2 to ram:q/Knightmare
  25. ram:q/delete Coverdisk31:Knightmare
  26. ram:q/delete Coverdisk31:menu1
  27. ram:q/copy ram:q/Knightmare to Coverdisk31:
  28. ram:q/copy ram:q/newmenu431 to Coverdisk31:menu1
  29. echo "#########################################################"
  30. echo "# IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT!#"
  31. echo "#                                                       #"
  32. echo "#   IGNORE THE FOLLOWING INFORMATION AT YOUR OWN RISK!  #"
  33. echo "#########################################################"
  34. echo ""
  35. echo "All done! Please do not repeat this process, as it will stop the demo"
  36. echo "from working ever again. So don`t fix the same disk twice!"
  37. echo ""
  38. echo "Returning to main Coverdisk 32 menu..."
  39. echo ""
  40. ram:q/cd Coverdisk32:
  41.  
  42. Coverdisk32:c/delete ram:q all quiet
  43. Coverdisk32:c/Memclear >NIL:
  44. endcli
  45.  
  46.