home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 68 / af068a.adf / s / startup-sequence next >
Text File  |  1994-12-15  |  433b  |  22 lines

  1. stack 10000
  2. cd af68a:
  3. copy install ram:
  4. copy delete ram:
  5. copy disk1.lha ram:
  6. copy lha ram:
  7. cd ram:
  8. echo "Ready to create Disk1"
  9. echo "............"
  10. ask "Insert formatted disk and press key to continue"
  11. ram:install df0:
  12. RAM:lha x disk1.lha df0:
  13. ram:delete ram:disk1.lha
  14. cd af68a:
  15. copy disk2.lha ram:
  16. cd ram:
  17. echo "Ready to create Disk2"
  18. echo "............"
  19. ask  "Insert formatted disk and press key to continue"
  20. lha x disk2.lha df0:
  21.  
  22.