From: "Rob Dixon" <[EMAIL PROTECTED]>
> "Jenda Krynicky" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED] > From: [EMAIL PROTECTED] > > i
> use the system() to the job > > > > Especially, system("start","
> ",$winword_path,$doc_file); > > > > It opens the doc file through the
> winword
"Jenda Krynicky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> From: [EMAIL PROTECTED]
> > i use the system() to the job
> >
> > Especially, system("start"," ",$winword_path,$doc_file);
> >
> > It opens the doc file through the winword.exe but it raises some error
> > messages conc
system( 'start', " ", $winword_path, $doc_file);
I used the code with the 1 and it also works, i am going to test the code on
other w2k system that faces the problem.
Quoting Jenda Krynicky <[EMAIL PROTECTED]>:
> From: [EMAIL PROTECTED]
> > Quoting Jenda Krynicky <[EMAIL PROTECTED]>:
> >
> >
From: [EMAIL PROTECTED]
> Quoting Jenda Krynicky <[EMAIL PROTECTED]>:
>
> > From: [EMAIL PROTECTED]
> > > i use the system() to the job
> > >
> > > Especially, system("start"," ",$winword_path,$doc_file);
> > >
> > > It opens the doc file through the winword.exe but it raises some
> > > error me
Quoting Jenda Krynicky <[EMAIL PROTECTED]>:
> From: [EMAIL PROTECTED]
> > i use the system() to the job
> >
> > Especially, system("start"," ",$winword_path,$doc_file);
> >
> > It opens the doc file through the winword.exe but it raises some error
> > messages concerging the prototypes of the wi
From: [EMAIL PROTECTED]
> i use the system() to the job
>
> Especially, system("start"," ",$winword_path,$doc_file);
>
> It opens the doc file through the winword.exe but it raises some error
> messages concerging the prototypes of the winword.
First, drop the space. You are not supposed to add