home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / printfiles / english / install_printfiles < prev    next >
Text File  |  1995-02-27  |  442b  |  19 lines

  1. echo This Script installs PrintFiles (english) on your Harddisk
  2. echo
  3. ask "Continue (Y/N) ?"
  4. IF WARN
  5.  echo "copy program PrintFiles to the C: directory"
  6.  copy PrintFiles c:
  7.  echo "copy icon..."
  8.  copy PrintFiles.info c:
  9.  ask "Should I copy the Arexx-scripts too (Y/N) ?"
  10.  IF WARN
  11.     echo copy scripts... to the REXX: directory
  12.     if exists "rexx:"
  13.      copy rexx/#? rexx:
  14.     else
  15.      echo Rexx: directory not found !
  16.     endif
  17.  endif
  18. endif
  19.