home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gfx / agaiff-1.21.lha / AGAiff-1.21 / InstallRexx < prev    next >
Text File  |  1992-09-02  |  358b  |  15 lines

  1. echo "This script will copy the AGAiff V1.21 ARexx Scripts into"
  2. echo "your REXX: directory. This makes your work with AGAiff"
  3. echo "even more comfortable, but RexxMast must be running !!"
  4. echo
  5. ask "Do you want to continue ?"
  6. if $rc eq 5
  7.  copy >nil: rexx/#?.agaiff REXX:
  8.  echo
  9.  echo "OK, everything done..."
  10. else
  11.  echo
  12.  echo "Dann eben nicht !"
  13. endif
  14. endcli
  15.