home *** CD-ROM | disk | FTP | other *** search
- .key var1
- echo " This small program will fix the bugs which appeared on last"
- echo " month's CoverDisk, just follow on screen instructions."
- Echo " Do you wish to continue? Press N if you haven't got your"
- ask " last month's CoverDisk handy, and Y if you have..."
- if warn
- copy c:If to ram:
- copy c:Endif to ram:
- copy c:Type to ram:
- copy c:startup-sequence to ram:
- cd ram:
- copy ram:If to CoverDisk41:c
- copy ram:endif to CoverDisk41:c
- copy ram:Type to CoverDisk41:c
- copy ram:startup-sequence to Coverdisk41:s
- endif
- echo "Finished!"
-