home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s055 / 2.img / INSTNET.BAT < prev   
Encoding:
DOS Batch File  |  1993-06-21  |  661 b   |  29 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. if not exist \cxhz\*.* goto help
  16. cd \cxhz
  17. if not exist cxsprt\*.* md cxsprt
  18. cd cxsprt
  19. copy %1\cxsprt.hlp > nul
  20. %1\cxsprt!
  21.  
  22. cxsprtnt %1 %2
  23.  
  24. :help
  25. echo ╙├╖¿:   INSTALL A: H:
  26. echo         A: ╬¬╘┤┼╠╦∙╘┌╟²╢»╞≈╖√
  27. echo         H: ╬¬ SYS:CXHZ ╦∙╘┌╡─╟²╢»╞≈╖√ (▒╪╨δ╧╚░▓╫░CXDOS╧╡═│)
  28. echo.
  29.