home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / IffConverterCLX-AIFF.LHA / AGAiff / InstallRexx < prev    next >
Encoding:
Text File  |  1992-09-02  |  358 b   |  15 lines

  1. echo "This script will copy the AGAiff V1.60 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.