I\'ve read the global installation documentation for Composer, but it\'s for *nix systems only:
curl -s https://ge
A bit more generic if you put the batch in the same folder as composer.phar:
@ECHO OFF SET SUBDIR=%~dp0 php %SUBDIR%/composer.phar %*
I'd write it as a comment, but code isn't avail there