Re: cannot open a doc under win9k properly

2003-09-15 Thread Jenda Krynicky
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

Re: cannot open a doc under win9k properly

2003-09-15 Thread Rob Dixon
"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

Re: cannot open a doc under win9k properly

2003-09-15 Thread sc00170
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]>: > > > >

Re: cannot open a doc under win9k properly

2003-09-15 Thread Jenda Krynicky
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

Re: cannot open a doc under win9k properly

2003-09-15 Thread sc00170
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

Re: cannot open a doc under win9k properly

2003-09-15 Thread Jenda Krynicky
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