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
/
Etime
/
etime.install
< prev
next >
Wrap
Text File
|
1990-01-31
|
998b
|
31 lines
; etime.install
echo "*x0c*n*n*n
ETIME INSTALLATTION SCRIPT
*n*n*n"
if not exists etime
echo " ERROR: Can't find etime, you must make the directory where etime is"
echo " located the current directory.*n*n"
quit
endif
if not exists env:
echo " ERROR: Can't locate ENV:, be sure ENV: is created and assigned.*n*n"
quit
endif
ask " Do you want
*"etime*"
copied into your
*"c*"
directory? [ y n ] "
if warn
etime install
copy etime c:
echo "*n Copy complete!*n*n*n"
echo " An
etime
timer was started before copying the files,
echo " the results will be displayed below.*n*n"
echo "*n etime -r install <enter> " NOLINE
etime -r install
echo "*n etime -r -s install <enter> " NOLINE
etime -r -s install
echo "*n etime -r -o install <enter> " NOLINE
etime -r -o install
echo "*n Good luck.....*n*n*n"
else
echo "*n*n ETIME was not installed by user request."
endif
echo "*n*n*n"