home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF187.ZIP / INSTALL.BAT next >
DOS Batch File  |  1992-02-14  |  1KB  |  39 lines

  1. @echo off
  2. cls
  3. break on
  4. if %1chk == chk goto nodrive
  5. tax91pak /e%1:
  6. if errorlevel 1 goto ERRORS
  7. %1:
  8. cd \tax_1991
  9. if not exist tax91.tbl goto skip1
  10. erase tax91.tbl
  11. :skip1
  12. if not exist errors.doc goto skip2
  13. erase errors.doc
  14. :skip2
  15. echo.
  16. echo ┌─────────────────────────────────────────────────────────────────────────┐
  17. echo │ Your installation is complete.  You may enter the command "TAX91" to    │
  18. echo │  start up the Federal Form 1040 tax program.                            │
  19. echo └─────────────────────────────────────────────────────────────────────────┘
  20. goto end
  21. :NODRIVE
  22. echo.
  23. echo  ****                                                                 ****
  24. echo  ****  YOU MUST SPECIFY A DRIVE!!  FOR EXAMPLE TO INSTALL THE SYSTEM  ****
  25. echo  ****              ON DRIVE "C" - JUST ENTER:  INSTALL C              ****
  26. echo  ****                                                                 ****
  27. echo.
  28. goto end
  29. rem
  30. :ERRORS
  31. echo.
  32. echo  ****                                                                 ****
  33. echo  ****            ERRORS WERE DETECTED DURING INSTALLATION             ****
  34. echo  ****   CHECK FOR SUFFICIENT DISK SPACE ON DESTINATION DRIVE          ****
  35. echo  ****                                                                 ****
  36. echo.
  37. :end
  38. echo on
  39.