On 29 Mar 2007 01:42:12 -0700, sanofsans <[EMAIL PROTECTED]> wrote:
>
> Thanks for your help. I tried that, but I am getting an error.
> This is my program:
>
> #include <stdio.h>
>
> void main()
> {
> /*system("perl C:\path\to\script"); */
> system("perl C:\\Documents and
> Settings\\Done\\Desktop\\ActivePerl-
> 5.6.1.638-MSWin32-x86\\ActivePerl\\Perl\\bin\\helloworld.pl");
>
> return;
> }
>
> This is the error:
> Can't open perl script "C:\Documents": No such file or directory
> Press any key to continue
>
> Any suggestions?
>
>
>
Try including the path of perl script inside the single quotes.
--
Regards
Sumit Chawla ("eNetra : Hail the Invention")
"Computers are useless. They can only give you answers.":Pablo Picasso
[Non-text portions of this message have been removed]