home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s055 / 2.img / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-06-21  |  596 b   |  28 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo ******************************************
  5. echo *                                        *
  6. echo *     CXSPRT ┤≥ ╙í ╧╡ ═│ ░▓ ╫░ │╠ ╨≥     *
  7. echo *                                        *
  8. echo ******************************************
  9. echo.
  10. echo.
  11. if "%1"=="" goto help
  12. if "%2"=="" goto help
  13. echo ╒²╘┌░▓╫░ (1) ║┼┼╠, ╟δ╔╘║≥ ...
  14. %2
  15. cd \
  16. if not exist cxsprt\*.* md cxsprt
  17. cd cxsprt
  18. copy %1\cxsprt.hlp > nul
  19. %1\cxsprt!
  20.  
  21. cxsprtst %1 %2
  22.  
  23. :help
  24. echo ╙├╖¿:  INSTALL A: D:
  25. echo         A: ╬¬╘┤┼╠╦∙╘┌╟²╢»╞≈╖√.
  26. echo         D: ╬¬─┐╡─┼╠╦∙╘┌╟²╢»╞≈╖√.
  27. echo.
  28.