home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s013 / 6.img / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-01-06  |  1.1 KB  |  41 lines

  1. @echo off
  2. if %2!==! goto disp_error
  3. echo Please wait ...
  4. %2
  5. if not exist \user\*.* md \user
  6. if not exist \cxmenu\*.* md \cxmenu
  7. cd \cxmenu
  8. %1cxmenu!
  9. copy cxmenu.bat \ > nul
  10. if not exist \bin\*.* md \bin
  11. cd \bin
  12. %1bin!
  13. if not exist \xzrm\*.* md \xzrm
  14. cd \xzrm
  15. %1xzrm!
  16. if not exist \tt\*.* md \tt
  17. cd \tt
  18. %1tt!
  19. echo.
  20. cd \
  21. cls
  22. echo.
  23. echo   ╔══════════════════════════════════════════════════════╗
  24. echo   ║ │¼╧δ▓╦╡Ñ╝░╫╘╚╗┬δ╤º╧░╚φ╝■░▓╫░═Ω▒╧!                    ║█
  25. echo   ║ ╜°╚δ│¼╧δ▓╦╡Ñ╟δ╓┤╨╨ CXMENU.BAT                        ║█
  26. echo   ║ ╚⌠╨Φ┐¬╗·║≤╫╘╢»╓┤╨╨,╨Φ╜½CXMENU.BAT─┌╚▌┴¬╚δAUTOEXEC.BAT║█
  27. echo   ╚══════════════════════════════════════════════════════╝█
  28. echo    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  29. echo.
  30. goto end
  31. :disp_error
  32. cls
  33. echo.
  34. echo   ╔═══════════════════════════════════════════╗
  35. echo   ║ │¼╧δ▓╦╡Ñ░▓╫░├ⁿ┴ε│÷┤φ!                     ║█
  36. echo   ║ ╟δ╓┤╨╨: INSTALL A: C: OR INSTALL B: C:    ║█
  37. echo   ╚═══════════════════════════════════════════╝█
  38. echo    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  39. echo.
  40. :end
  41.