home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 59 / ac059.adf / Utilities / Fix_It! < prev    next >
AmigaDOS Script File  |  1993-02-05  |  536b  |  18 lines

  1. .key var1
  2. echo "   This small program will fix the bugs which appeared on last"
  3. echo "   month's CoverDisk, just follow on screen instructions."
  4. Echo "   Do you wish to continue? Press N if you haven't got your"
  5. ask "  last month's CoverDisk handy, and Y if you have..."
  6. if warn
  7. copy c:If to ram:
  8. copy c:Endif to ram:
  9. copy c:Type to ram:
  10. copy c:startup-sequence to ram:
  11. cd ram:
  12. copy ram:If to CoverDisk41:c
  13. copy ram:endif to CoverDisk41:c
  14. copy ram:Type to CoverDisk41:c
  15. copy ram:startup-sequence to Coverdisk41:s
  16. endif
  17. echo "Finished!"
  18.