RE: ole? notepad?

2002-05-28 Thread Burak Gürsoy
8, 2002 4:32 PM To: Burak Gürsoy; ActivePerl Subject: Re: ole? notepad? > how can i launch notepad and print something in it? You can print with Notepad from a shell command line using the following: prompt> notepad /p filename.txt There's several ways (as one would expect from Pe

Re: ole? notepad?

2002-05-28 Thread Paul \"Bo\" Peaslee
> how can i launch notepad and print something in it? You can print with Notepad from a shell command line using the following: prompt> notepad /p filename.txt There's several ways (as one would expect from Perl) to launch that command line. Try: perl -e "`notepad /p filename.txt`" to t

RE: ole? notepad?

2002-05-27 Thread Jing Wee
th checking out if you want >to get at the default text editor etc.. > > >Regards > >Marty > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Joe > > Schell > > Sent: Monday 27 May 2002 18:02 &