Pete <[EMAIL PROTECTED]> wrote:
: 
: Hey Charles,
: This is what your script returned
: 
: Executing this: 'MakeFile.pl'
: 
: 'system' returned: 'No such file or directory'
: 
: 
: What's the next step ?

     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
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328


-- 
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