home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This Script installs PrintFiles (english) on your Harddisk"
- echo
- ask "Continue (Y/N) ?"
- IF WARN
- echo "copy program..."
- 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..."
- if exists "rexx:"
- copy rexx/#? rexx:
- else
- echo "Rexx: directory not found !"
- endif
- endif
- endif
- echo "All done, click close gadget to get rid of window..."
-