home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / COLORFONTMAKER1,0.DMS / in.adf / Libs_Installieren.script < prev    next >
Encoding:
Text File  |  1993-05-27  |  1.4 KB  |  60 lines

  1.  
  2. FailAt 20
  3. Version >NIL: exec.library 37
  4. If WARN
  5.         Echo "Ihr Amiga besitzt kein Kickstart-ROM 2.0 (V37) oder höher!!!"
  6.         Echo "ColorFontMaker arbeites nicht unter KICKSTART 1.x ."
  7.         Skip INSTALLED
  8. EndIf
  9.  
  10. Echo "*n"
  11. Version cfm
  12. Echo "Library Installation Script*n"
  13. Version >NIL: LIBS:asl.library
  14. If NOT ERROR
  15.         Echo "*nBereits installierte Version der asl.library:"
  16.         Version LIBS:asl.library
  17.         Echo ""
  18. EndIf
  19.  
  20. Ask "Asl.library Version 38.6 installieren? (Y/N)"
  21. If WARN
  22.         Copy cfm:libs/asl.library LIBS:asl.library
  23.         Echo "asl.library 38.6 nach LIBS: kopiert."
  24. EndIf
  25.  
  26. Version >NIL: LIBS:iffparse.library
  27. If NOT ERROR
  28.         Echo "Bereits installierte Version der IffParse.library:"
  29.         Version LIBS:iffparse.library
  30.         Echo ""
  31. EndIf
  32.  
  33. Ask "IffParse.library Version 37.2 installieren? (Y/N)"
  34. If WARN
  35.         Copy cfm:libs/IffParse.library LIBS:IffParse.library
  36.         Echo "IffParse.library 37.2 nach LIBS: kopiert."
  37. EndIf
  38.  
  39. Version >NIL: LIBS:reqtools.library
  40. If NOT ERROR
  41.         Echo "Bereits installierte Version der reqtools.library:"
  42.         Version LIBS:reqtools.library
  43.         Echo ""
  44. EndIf
  45.  
  46. Ask "ReqTools.library Version 37.726 installieren? (Y/N)"
  47. If WARN
  48.         Copy cfm:libs/reqtools.library LIBS:reqtools.library
  49.         Echo "*nReqTools.library 37.726 nach LIBS: kopiert."
  50. EndIf
  51.  
  52. Echo ""
  53.  
  54. Lab INSTALLED
  55.  
  56. Echo "*nInstallation vollständig ausgeführt.*n"
  57.  
  58. Wait 5
  59. EndCLI >NIL:
  60.