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 >
Text File  |  1990-01-31  |  998b  |  31 lines

  1. ; etime.install
  2.  
  3. echo "*x0c*n*n*n  ETIME INSTALLATTION SCRIPT*n*n*n"
  4. if not exists etime
  5.    echo " ERROR:  Can't find etime, you must make the directory where etime is"
  6.    echo "         located the current directory.*n*n"
  7.    quit
  8.    endif
  9. if not exists env:
  10.    echo "  ERROR:  Can't locate ENV:, be sure ENV: is created and assigned.*n*n"
  11.    quit
  12.    endif
  13. ask "  Do you want *"etime*" copied into your *"c*" directory? [ y n ] "
  14. if warn
  15.    etime install
  16.    copy etime c:
  17.    echo "*n  Copy complete!*n*n*n"
  18.    echo "  An etime timer was started before copying the files,
  19.    echo "  the results will be displayed below.*n*n"
  20.    echo "*n  etime -r install <enter>  " NOLINE
  21.    etime -r install
  22.    echo "*n  etime -r -s install <enter>  " NOLINE
  23.    etime -r -s install
  24.    echo "*n  etime -r -o install <enter>  " NOLINE
  25.    etime -r -o install
  26.    echo "*n  Good luck.....*n*n*n"
  27.    else
  28.    echo "*n*n  ETIME was not installed by user request."
  29.    endif
  30. echo "*n*n*n"
  31.