/http/bin/php /docroot/filename params
Can this be done yet, if so how can I access params.
well you need to write a php page with the /file/location/filenmane parms in it and just do this from the command prompt
/location/of/php.exe file.php
http://www.zend.com/zend/spotlight/shellscriptingp2.php
might help.
cheers,
k.
fandelem that's what I was looking for thanks!