4 lines
133 B
Batchfile
4 lines
133 B
Batchfile
|
@set PHPINSTALLDIR=C:\php\5.2.9\;C:\php5;C:\LAMP\php;C:\LAMP\php5;D:\LAMP\php5
|
||
|
@set PATH=%PHPINSTALLDIR%;%PATH%;
|
||
|
cls
|
||
|
php build.php
|