@ECHO OFF ECHO Starting PHP FastCGI... set PATH=D:\Server\php;%PATH% RunHiddenConsole.exe D:\Server\php\php-cgi.exe -b 127.0.0.1:9000 ECHO ON