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

  1. ; incr.install
  2.  
  3. echo "*x0c*n*n*n  INCR INSTALLATTION SCRIPT*n*n*n"
  4. if not exists incr
  5.    echo " ERROR:  Can't find incr, you must make the directory where incr is"
  6.    echo "         located the current directory.*n*n"
  7.    quit
  8.    endif
  9. ask "  Do you want *"incr*" copied into your *"c*" directory? [ y n ] "
  10. if warn
  11.    copy incr c:
  12.    echo "*n  Copy complete!*n*n*n"
  13.    else
  14.    echo "*n*n  incr was not installed by user request."
  15.    endif
  16. echo "*n*n*n"
  17.