home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s058 / 2.img / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-15  |  1.7 KB  |  48 lines

  1. echo off
  2. cls
  3. if %2!==! goto help
  4. echo.
  5. echo.
  6. echo     ╔══════════════════════════════════════════════════════════════╗
  7. echo     ║                  ▒▒╛⌐│¼╧δ╡τ─╘╝╝╩⌡┐¬╖ó╣½╦╛                    ║█
  8. echo     ║             CXDOS V5.0(c) ╚½╫╓╖√╓╨╬─╗╖╛│ (1993.7)            ║█
  9. echo     ╠══════════════════════════════════════════════════════════════╣█
  10. echo     ║               CXSPRT ┤≥ ╙í ╧╡ ═│ ░▓ ╫░ │╠ ╨≥                 ║█
  11. echo     ╚══════════════════════════════════════════════════════════════╝█
  12. echo      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  13. echo.
  14. echo.
  15. if "%2"=="" goto help
  16. echo.
  17. echo     ╔════════════════════════════════╗
  18. echo     ║ ╒²╘┌░▓╫░ (1) ║┼┼╠, ╟δ╔╘║≥ ...  ║█
  19. echo     ╚════════════════════════════════╝█
  20. echo      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  21. echo.
  22. %2
  23. cd \
  24. if not exist cxsprt\*.* md cxsprt
  25. cd cxsprt
  26. copy %1\cxsprt.hlp > nul
  27. copy %1\cxsprtst.bat > nul
  28. %1\cxsprt!
  29.  
  30. cxsprtst %1 %2 %3
  31. goto end
  32.  
  33. :help
  34. cls
  35. echo.
  36. echo.
  37. echo     ╔══════════════════════════════════════════════════════════════╗
  38. echo     ║               CXSPRT ┤≥ ╙í ╧╡ ═│ ░▓ ╫░ │╠ ╨≥                 ║█
  39. echo     ╠══════════════════════════════════════════════════════════════╣█
  40. echo     ║ ╙├╖¿:  INSTALL A: C:                                         ║█
  41. echo     ║         A: SOURCE ╘┤┼╠╟²╢»╞≈├√                               ║█
  42. echo     ║         C: TARGTE ─┐╡─┼╠╟²╢»╞≈├√                             ║█
  43. echo     ║ └²:    INSTALL A: C:  ╗≥  INSTALL B: D:                      ║█
  44. echo     ╚══════════════════════════════════════════════════════════════╝█
  45. echo      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  46. echo.
  47. :end
  48.