home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / fish / 841-850 / ff841 / powerdata / installation / install_powerdata.iconx next >
Text File  |  1993-03-30  |  2KB  |  72 lines

  1. FailAt 20
  2.  
  3. Echo "PowerData installation script for use with IconX"
  4. Echo "Copyright © 1992, 1993, Michael Berg"
  5. Echo ""
  6.  
  7. Echo "Installing libraries:"
  8.  
  9. Echo "    reqtools.library"
  10. Version > NIL: reqtools.library 37
  11. If NOT WARN
  12.     Echo "        You already have: " NOLINE
  13.     Version reqtools.library
  14.     Echo "" NOLINE
  15.     Ask "        Do you want to install version 38.1022 of reqtools.library?"
  16.     If WARN
  17.         Echo "        Copying reqtools.library to your LIBS: ..."
  18.         Copy >NIL: /libs/reqtools.library LIBS:
  19.     Else
  20.         Echo "        Skipped"
  21.     EndIf
  22. EndIf
  23.  
  24. Echo "    powerpacker.library"
  25. Version > NIL: powerpacker.library 35
  26. If NOT WARN
  27.     Echo "        You already have:  " NOLINE
  28.     Version powerpacker.library
  29.     Echo "" NOLINE
  30.     Ask "        Do you want to install version 35.344 of powerpacker.library?"
  31.     If WARN
  32.         Echo "        Copying powerpacker.library to your LIBS: ..."
  33.         Copy >NIL: /libs/powerpacker.library LIBS:
  34.     Else
  35.         Echo "        Skipped"
  36.     EndIf
  37. EndIf
  38.  
  39. Avail >NIL: FLUSH
  40.  
  41. Echo ""
  42.  
  43. If EXISTS Locale:Catalogs
  44.     Ask "Do you wish to install the PowerData catalog files? [y/n]: "
  45.     If WARN
  46.         Copy >NIL: Locale Locale: All
  47.         Echo "Catalogs installed"
  48.     EndIf
  49. Else
  50.     Echo "Catalog files not installed -- no Locale directory found"
  51. EndIf
  52.  
  53. If EXISTS SYS:Tools/Commodities
  54.     SetEnv TargetDir Sys:Tools/Commodities
  55. Else
  56.     SetEnv TargetDir Sys:
  57. Endif
  58.  
  59. Ask "Do you wish to install the ARexx version of PowerData? [y/n]: "
  60. If WARN
  61.     SetEnv SourceFile PowerDataARexx
  62. Else
  63.     SetEnv SourceFile PowerData
  64. EndIf
  65.  
  66. Echo "Installing the PowerData executable in $TargetDir..."
  67.  
  68. Copy >NIL: /$SourceFile $TargetDir
  69. Copy >NIL: /$SourceFile.info $TargetDir
  70.  
  71. Echo "*nDone. Now close the window."
  72.