Skip to content

Instantly share code, notes, and snippets.

View jeancpo's full-sized avatar
🎯
Focusing

Jean Parra jeancpo

🎯
Focusing
View GitHub Profile
@JCook21
JCook21 / composer.bat
Created February 6, 2012 14:02
Quick Batch file to add a 'composer' command to windows.
@echo off
if "%PHPBIN%" == "" set PHPBIN=C:\path\to\PHP\executable\dir\.\php.exe
"%PHPBIN%" "C:\path\to\composer.phar" %*