Hi,
windows xp sp2, IIS server.
Attempting to run a php script as part of scheduled tasks. The IIS server is running and I have downloaded & installed PHP 5.0 .
When I attempt to run the php script, named as a .wsf file, I get the following message from Windows Script Host
The value for the attribute is not valid :language
obviously it is referring to PHPscript.
The IIS webserver is running fine. It is configured to recognise .php extensions i.e it is pointing to c:\php\php-cgi.exe.
Something is not set somewhere ...