Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyohk/8f47df24fae9db45ada8 to your computer and use it in GitHub Desktop.
Save gyohk/8f47df24fae9db45ada8 to your computer and use it in GitHub Desktop.
コマンドプロンプトで、以下のようにcmd ファイルを生成する。
echo @php "%~dp0(モジュール名).phar" %* > (モジュール名).cmd
例えば、phpunit.phar の場合:
echo @php "%~dp0phpunit.phar" %* > phpunit.cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment