
What can i do so solve this problem... and what is causing it?
Moderators: Mistral, TM-Patrol
Code: Select all
@echo off
set INSTPHP=C:\***\php
rem *************************************
:start
PATH=%PATH%;%INSTPHP%;%INSTPHP%\extensions
"%INSTPHP%\php.exe" aseco.php
goto start