home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo ******************************************
- echo * *
- echo * CXSPRT ┤≥ ╙í ╧╡ ═│ ░▓ ╫░ │╠ ╨≥ *
- echo * *
- echo ******************************************
- echo.
- echo.
- if "%1"=="" goto help
- if "%2"=="" goto help
- echo ╒²╘┌░▓╫░ (1) ║┼┼╠, ╟δ╔╘║≥ ...
- %2
- if not exist \cxhz\*.* goto help
- cd \cxhz
- if not exist cxsprt\*.* md cxsprt
- cd cxsprt
- copy %1\cxsprt.hlp > nul
- %1\cxsprt!
-
- cxsprtnt %1 %2
-
- :help
- echo ╙├╖¿: INSTALL A: H:
- echo A: ╬¬╘┤┼╠╦∙╘┌╟²╢»╞≈╖√
- echo H: ╬¬ SYS:CXHZ ╦∙╘┌╡─╟²╢»╞≈╖√ (▒╪╨δ╧╚░▓╫░CXDOS╧╡═│)
- echo.