home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %2!==! goto disp_error
- echo Please wait ...
- %2
- if not exist \user\*.* md \user
- if not exist \cxmenu\*.* md \cxmenu
- cd \cxmenu
- %1cxmenu!
- copy cxmenu.bat \ > nul
- if not exist \bin\*.* md \bin
- cd \bin
- %1bin!
- if not exist \xzrm\*.* md \xzrm
- cd \xzrm
- %1xzrm!
- if not exist \tt\*.* md \tt
- cd \tt
- %1tt!
- echo.
- cd \
- cls
- echo.
- echo ╔══════════════════════════════════════════════════════╗
- echo ║ │¼╧δ▓╦╡Ñ╝░╫╘╚╗┬δ╤º╧░╚φ╝■░▓╫░═Ω▒╧! ║█
- echo ║ ╜°╚δ│¼╧δ▓╦╡Ñ╟δ╓┤╨╨ CXMENU.BAT ║█
- echo ║ ╚⌠╨Φ┐¬╗·║≤╫╘╢»╓┤╨╨,╨Φ╜½CXMENU.BAT─┌╚▌┴¬╚δAUTOEXEC.BAT║█
- echo ╚══════════════════════════════════════════════════════╝█
- echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- echo.
- goto end
- :disp_error
- cls
- echo.
- echo ╔═══════════════════════════════════════════╗
- echo ║ │¼╧δ▓╦╡Ñ░▓╫░├ⁿ┴ε│÷┤φ! ║█
- echo ║ ╟δ╓┤╨╨: INSTALL A: C: OR INSTALL B: C: ║█
- echo ╚═══════════════════════════════════════════╝█
- echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- echo.
- :end