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