home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / cris20.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-04-21  |  417b  |  18 lines

  1. @echo off
  2. cls
  3. md c:\cris20
  4. copy *.* c:\cris20
  5. prompt $p$g
  6. c:
  7. cd \cris20
  8. cris20
  9. copy cris.bat c:\
  10. echo ** Select the "Util" menu now, select the "Setup" option,
  11. echo    then enter your business name, address, city, state, zip,
  12. echo    phone, and sales tax information.
  13. pause
  14. main
  15. echo ** Enjoy CRIS 2.0! Be sure to read the documentation thoroughly!
  16. echo ** Type "CRIS" to run CRIS from now on.
  17. pause
  18.