From:                   "Brett W. McCoy" <[EMAIL PROTECTED]>
> On Thu, 7 Feb 2002, Jenda Krynicky wrote:
> 
> > I guess there are two reasons.
> >
> > 1) Noone knows about it.
> >
> > 2) With the current version it's not possible to specify a path to
> > the program to run.
> >
> > But IMHO if enhanced a bit, this could be the easies way to run an
> > external command.
> 
> Jenda --
> 
> I noticed you are one of the coders on this module!
> 
> -- Brett

I liked the idea and didn't like the fact that it doesn't work under 
windows :-)

BTW, I have a version that does allow you to specify the path. And 
even whether you want to capture STDERR or wait for the process 
to complete :

        use Shell dir => 'dir !';
        $res = dir 'c:\this_does_not_exist';

or

        use Shell edit => 'c:\soft\wscite\scite.exe&';
        $pid = edit( $pathtofile);

It is not complete yet, not tested under anything but Win2k and I'm 
not sure it'll be accepted.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to