Skip to content

Instantly share code, notes, and snippets.

View resistancelion's full-sized avatar
💭
aka: digital-strike, neo2010, mr.Pain, your32root. Be safe 卐

Leo resistancelion

💭
aka: digital-strike, neo2010, mr.Pain, your32root. Be safe 卐
View GitHub Profile
@resistancelion
resistancelion / download_php.bat
Created July 19, 2020 11:30
PHP Win installion scipt (x86/64) - Administrators privelegies required
/*>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