home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 274.lha / ETime_v1.02 / etime.install < prev   
Text File  |  1989-07-26  |  804b  |  26 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 the copy the results"
  19.    echo "  will be displayed below.*n*n"
  20.    echo "  Copy Duration:  " NOLINE
  21.    etime install
  22.    else
  23.    echo "*n*n  ETIME was not installed by user request."
  24.    endif
  25. echo "*n*n*n"
  26.