Skip to content

Instantly share code, notes, and snippets.

@purazumakoi
Created September 9, 2014 02:53
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 purazumakoi/32e619a1dd466ca6aa2b to your computer and use it in GitHub Desktop.
Save purazumakoi/32e619a1dd466ca6aa2b to your computer and use it in GitHub Desktop.
実行するとphpinfo実行用ファイルをwindowsのデスクトップに作るバッチ
rem 初期定義 -------------------
set place=%USERPROFILE%\Desktop\info.php
rem ファイルに書き出し ---------
echo ^<^?php phpinfo(); ^?^> >> %place%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment