Hi Charles

Still no luck...

I tried:
system_call_test( 'C:\Inetpub\wwwroot\ASPtoPerl\MakeFile.pl')
system_call_test( 'C:/Inetpub/wwwroot/ASPtoPerl/MakeFile.pl')

I even moved the File to the "scripts" folder and tried:
system_call_test( 'C:\Inetpub\Scripts\MakeFile.pl')

Any more ideas ?
Thanks for the help

Pete



>      Try using the full path to MakeFile.pl. Something
> like:

>  system_call_test( 'c:/complete/path/to/MakeFile.pl' )


>     The problem is that Windows doesn't "know" you want
> to work the directory that MakeFile.pl is in. It is
> looking for the file in another directory and telling
> us that it can't find it.



> HTH,

> Charles K. Clarkson



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to