home *** CD-ROM | disk | FTP | other *** search
- ; 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"
-