Skip to content

Commit

Permalink
Optimize instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed May 24, 2019
1 parent 06dba65 commit f0f3bf2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions install_en.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set already-installed=already installed.
set no-unzip-exe="unzip.exe" NOT found.
:: Procedure
set exit=Press any key to exit.
set run-bat-again=Please close this window and run the bat AGAIN.
set run-bat-again=Please close this window and run the install_en-latest.bat AGAIN.
set please-wait=It takes some time to install or unzip, please be patient...
set step1=1. Install Python
set step2=2. Install You-Get
Expand Down Expand Up @@ -81,7 +81,8 @@ If /i %flag%==y (goto install-python) else (goto loop)
echo.&echo %opening% %PythonExe-FileName%...&echo %please-wait%
start /wait %PythonExe-FileName% & echo %PythonExe-FileName% %already-installed%
echo.&echo %run-bat-again%
goto EOF
pause>NUL
exit

:: Step 2
:install-youget
Expand Down
5 changes: 3 additions & 2 deletions install_zh-UTF8.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set already-installed=已安装。
set no-unzip-exe=未找到 "unzip.exe"
:: Procedure
set exit=按任意键退出。
set run-bat-again=请关闭本窗口后重新运行 install_zh-latest.bat 或 start_zh.bat.
set run-bat-again=请关闭本窗口后重新运行 install_zh-latest.bat.
set please-wait=安装或解压需要一定时间,请耐心等待...
set step1=1. 安装 Python
set step2=2. 安装 You-Get
Expand Down Expand Up @@ -81,7 +81,8 @@ If /i %flag%==y (goto install-python) else (goto loop)
echo.&echo %opening% %PythonExe-FileName%...&echo %please-wait%
start /wait %PythonExe-FileName% & echo %PythonExe-FileName% %already-installed%
echo.&echo %run-bat-again%
goto EOF
pause>NUL
exit

:: Step 2
:install-youget
Expand Down
5 changes: 3 additions & 2 deletions install_zh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set already-installed=
set no-unzip-exe=未找到 "unzip.exe"
:: Procedure
set exit=按任意键退出。
set run-bat-again=请关闭本窗口后重新运行 install_zh-latest.bat 或 start_zh.bat.
set run-bat-again=请关闭本窗口后重新运行 install_zh-latest.bat.
set please-wait=安装或解压需要一定时间,请耐心等待...
set step1=1. 安装 Python
set step2=2. 安装 You-Get
Expand Down Expand Up @@ -81,7 +81,8 @@ If /i %flag%==y (goto install-python) else (goto loop)
echo.&echo %opening% %PythonExe-FileName%...&echo %please-wait%
start /wait %PythonExe-FileName% & echo %PythonExe-FileName% %already-installed%
echo.&echo %run-bat-again%
goto EOF
pause>NUL
exit

:: Step 2
:install-youget
Expand Down

0 comments on commit f0f3bf2

Please sign in to comment.