Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 25, 2024
1 parent 6762e30 commit 1d7f1e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

echo %~dp0
cd %~dp0
cd ..\..\..\..\
cd /d ..\..\..\..\

set __PROJECT__=%cd%
cd %__PROJECT__%\
cd /d %__PROJECT__%\
dir

rem cd %__PROJECT__%\php-src\x64\Release_TS\
cd %__PROJECT__%\php-src\x64\Release\
cd /d %__PROJECT__%\php-src\x64\Release\
dir

.\php -v
Expand Down

0 comments on commit 1d7f1e3

Please sign in to comment.