I'm running min32 on win7 on a flash drive named e: . My php interpreter is at e:\EasyPHP-12.1\php\php546x130717222153\php.exe.
I'm trying to download php-composer into a project using:
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
but this gives:
sh.exe": php.exe: command not found
how can I set the path to php?