home *** CD-ROM | disk | FTP | other *** search
- echo This Script installs PrintFiles (english) on your Harddisk
- echo
- ask "Continue (Y/N) ?"
- IF WARN
- echo "copy program PrintFiles to the C: directory"
- copy PrintFiles c:
- echo "copy icon..."
- copy PrintFiles.info c:
- ask "Should I copy the Arexx-scripts too (Y/N) ?"
- IF WARN
- echo copy scripts... to the REXX: directory
- if exists "rexx:"
- copy rexx/#? rexx:
- else
- echo Rexx: directory not found !
- endif
- endif
- endif
-