View download_php.bat
/*>NUL | |
cls | |
@echo off | |
set lws=php | |
@chcp 65001>NUL | |
setlocal | |
set binary_dir=%windir:~0,3%php\bin | |
where php.exe >nul 2>&1 || goto :check | |
goto :update | |
:check |