home *** CD-ROM | disk | FTP | other *** search
- Echo "*ec"
- echo "AMIGA FORMAT Presents... The AF71 disks"
- echo "The following script will decrunch all the disks"
- echo "for this month, including the game demos on the other disk"
- echo "You will be prompted to insert that disk at the"
- echo " appropriate time."
- echo " Please have 3 blank disks ready"
- echo "The first disk will be Bars & Pipes Professional "
- echo " "
- copy c:dms ram:
- copy :Bars.DMS RAM:
- echo "Insert first disk now"
- Ram:DMS WRITE RAM:Bars.dms to DF0:
- Delete RAM:Bars.dms
- echo " "
- echo "Right, now for the Death Mask demo"
- echo " "
- echo " Please insert your second coverdisk "
- copy AF71b:Death.dms RAM:
- echo " Insert second blank disk now"
- RAM:DMS Write RAM:Death.DMS To DF0:
- Delete Ram:Death.dms
- echo " "
- echo "And finally, the Alien Breed 3d demo (A1200/A4000 only)"
- Copy AF71b:Alien.DMS RAM:
- echo " Insert blank disk now "
- Ram:DMS Write RAM:Alien.DMS To DF0:
- Delete RAM:Alien.DMS
- echo " That's it then. Thanks for you co-operation. You should now"
- echo " re boot your computer with whichever disk you fancy."
-