Skip to content

Instantly share code, notes, and snippets.

@musoftware
Created April 7, 2023 01:30
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 musoftware/83554d85ea4b0c4ad4d46d13bf52b7f2 to your computer and use it in GitHub Desktop.
Save musoftware/83554d85ea4b0c4ad4d46d13bf52b7f2 to your computer and use it in GitHub Desktop.
PHP Version with just Batch File to Access directly without Change Enviroment
@echo off
if "%1"=="" (
echo No arguments provided.
exit /b
)
set args=%*
C:/tools/php72/php.exe %args%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment