in reply to Win32 Error Code = 87

Change the backslashes to forward slashes!

While microsoft is usualy very forgiving in this the parameter to <!--#exec cgi="..."--> is supposed to be a URL. And URLs contain forward slashes!

HTH, Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature

Replies are listed 'Best First'.
Re: Re: Win32 Error Code = 87
by strikr (Initiate) on May 28, 2003 at 15:38 UTC
    Its always the simplest of mistakes that mess it up, Thanks the forward slashes solved my problem, once again perlmonks rule.