home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 105 / af105a.adf / c / runme < prev    next >
Text File  |  1997-10-12  |  1KB  |  44 lines

  1. echo "*EcWelcome to the *E[33m*E[3mAmiga Format*E[0m serious Coverdisk, Issue 105"
  2. echo "This month's utilities are for hard drive users only."
  3. echo "A hard drive is required to continue."
  4. echo "To start the installation you must have this month's games disk."
  5. echo "Several files are required by this disk in order to install."
  6. echo "If you have a second floppy drive, insert the games disk now."
  7. echo "If not, have the disk ready and I will ask for it when you continue."
  8. echo "Enter 'C' to Continue or 'X' to Exit."
  9. setenv >nil: type ?
  10. if not exists ram:type
  11. skip 631
  12. endif
  13. if not $type EQ C
  14. skip 631
  15. lab 667
  16. endif
  17. assign af105b: exists >ram:necessary
  18. search ram:necessary "Mounted" >nil:
  19. if warn
  20. echo "*EcFiles from the games disk are required to continue."
  21. echo "Please insert this month's *E[33m*E[3mAmiga Format*E[0m *games* disk."
  22. else
  23. skip 668
  24. endif
  25. skip 667 back
  26. lab 668
  27. endif
  28. delete ram:necessary quiet
  29. lab 639
  30. endif
  31. af105b:c/unlzx -q x af105b:c/start.lzx ram:
  32. path ram:c add
  33. ram:c/assign c: ram:c
  34. assign t: ram:
  35. copy af105b:c/unlzx ram:c/
  36. assign env: ram:
  37. execute ram:c/af105a
  38. skip 1001
  39. lab 631
  40. ask "*EcRe-boot now."
  41. endcli
  42. lab 1001
  43.  
  44.