Re: Trying to open a word document on the shell

2003-08-24 Thread Josimar Nunes de Oliveira
essage - From: "Michele Ouellet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 9:16 AM Subject: Re: Trying to open a word document on the shell > You need to supply the full path of your document, even though it may be > sitting in

Re: Trying to open a word document on the shell

2003-08-24 Thread Josimar Nunes de Oliveira
essage - From: "Michele Ouellet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 9:16 AM Subject: Re: Trying to open a word document on the shell > You need to supply the full path of your document, even though it may be > sitting in

Re: Trying to open a word document on the shell

2003-08-23 Thread Sourabh Kumar Verma
Ya,same thing works in Unix/linux shell(typically).The variable PATH should contain the name of the directories(separated by a colon) in which shell will look for the given command. Regards, Sourabh On Sat, 23 Aug 2003, Michele Ouellet wrote: > You need to supply the full path of your docum

Re: Trying to open a word document on the shell

2003-08-23 Thread Michele Ouellet
You need to supply the full path of your document, even though it may be sitting in the "current directory". Good luck, Michèle. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to open a document as below > > #!/usr/local/bin/perl -w > > > use Tk; > > > my $mw = new Mai

Re: Trying to open a word document on the shell

2003-08-22 Thread zsdc
Hmmm... How did you send your message to [EMAIL PROTECTED] My answer was bounced... Anyway, I'm sending it once again, this time to [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > system("$filename john.doc"); > But it says it cannot find the $filename path > the $filename form is "C:/Program File