home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 63 / af063a.adf / s / startup-sequence
Text File  |  1994-08-01  |  719b  |  24 lines

  1. echo "*ec*nThis script will decompress BOTH Pagesetter II disks."
  2. echo "Please have two blank disks ready for use"
  3. copy ps2.dms ram:
  4. echo
  5. echo "*nPlease insert first disk when prompted"
  6. copy c:dms ram:
  7. copy c:copy ram:
  8. copy c:delete ram:
  9. cd ram:
  10. dms write ps2.dms
  11. echo "*nThe first disk is now completed"
  12. echo "You should now label it PS2*n"
  13.  
  14. delete ram:ps2.dms
  15. copy af63:psutil.dms ram:
  16. echo "Please insert second blank disk when prompted"
  17. dms write ram:psutil.dms
  18. echo
  19. echo "The second disk is now done"
  20. echo "You should now label it PS2 Util*n"
  21. echo "You should now remove all disks and reboot your machine."
  22. echo "The first disk is self booting, and you should boot from"
  23. echo "it if you want to run Pagesetter II"
  24.