Skip to content

Instantly share code, notes, and snippets.

@klj613
Created September 15, 2011 01:00
Show Gist options
  • Save klj613/1218266 to your computer and use it in GitHub Desktop.
Save klj613/1218266 to your computer and use it in GitHub Desktop.
XAMPP PHP CLI on windows
@for /F "delims=" %%I in ("%~dp0") do @set xampp_install_root=%%~fI
@set PATH=%xampp_install_root%\php;%PATH%
@start %COMSPEC%
@klj613
Copy link
Author

klj613 commented Sep 15, 2011

Note that I've only tested this on windows 7 64bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment