I'm currently moving a site from an Apache environment to an IIS5 one. The site uses the following code to dynamically create news articles :-
<!--#set var="TERM" value="vt100" -->
<!--#exec cmd="lynx -source 'http://www.croner.net/cgi-bin/gen5?runprog=daily&type=taxlist&access=0127' 2>&1" -->
The cgi is located on a 3rd party server and I have Lynx installed on my server. As I understand it IIS can't use the '#exec cmd' SSI so could I use php to execute this and, if so, how?