home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 97 / af097a.adf / c / 1 next >
Text File  |  1997-03-16  |  1KB  |  64 lines

  1. lab 167
  2. assign af97a: exists >ram:necessary
  3. search ram:necessary "Mounted" >nil:
  4. if warn
  5. echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m *E[32mScala*E[31m Coverdisk."
  6. else
  7. skip 168
  8. endif
  9. skip 167 back
  10. lab 168
  11. endif
  12. delete ram:necessary quiet
  13. echo "*EcThis will install the extra Scala files to floppy."
  14. echo "These are not necessary to run the program, but give you sample files."
  15. ask "Continue? Y/N"
  16. if not warn
  17. skip 14
  18. endif
  19. echo "*EcPlease wait..."
  20. copy af97a:extras.lzx ram: BUF=10
  21. assign source: ram:
  22. echo "*EcYou must have a spare disk ready."
  23. setenv pathname "df0:"
  24. lab 133
  25. echo "Insert the spare disk into df0: (your internal drive)"
  26. ask "and press the <return> key."
  27. info df0: >ram:check
  28. search ram:check "af97" >nil:
  29. if warn
  30. skip 134
  31. endif
  32. echo "An Amiga Format disk is in df0:"
  33. skip 133 back
  34. lab 134
  35. search ram:check "No disk present" >nil:
  36. if warn
  37. skip 135
  38. endif
  39. echo "No disk detected in df0:"
  40. skip 133 back
  41. lab 135
  42. search ram:check "837k" >nil:
  43. if not warn
  44. skip 136
  45. endif
  46. search ram:check "879k" >nil:
  47. if not warn
  48. skip 136
  49. endif
  50. skip 137
  51. lab 136
  52. endif
  53. format drive df0: name Scala_Extras FFS noicons quick <ram:go >nil:
  54. skip 138
  55. lab 137
  56. format drive df0: name Scala_Extras FFS noicons <ram:go >nil:
  57. lab 138
  58. echo "*EcOK... Installing."
  59. unlzx -a -q -bi24 -bi24 x ram:extras.lzx df0:
  60. delete ram:extras.lzx quiet
  61. assign source: remove
  62. lab 14
  63. echo "Ending"
  64.