home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff311.lzh
/
Incr
/
incr.install
< prev
next >
Wrap
Text File
|
1990-01-31
|
479b
|
17 lines
; incr.install
echo "*x0c*n*n*n
INCR INSTALLATTION SCRIPT
*n*n*n"
if not exists incr
echo " ERROR: Can't find incr, you must make the directory where incr is"
echo " located the current directory.*n*n"
quit
endif
ask " Do you want
*"incr*"
copied into your
*"c*"
directory? [ y n ] "
if warn
copy incr c:
echo "*n Copy complete!*n*n*n"
else
echo "*n*n incr was not installed by user request."
endif
echo "*n*n*n"