How to execute a perl script from dolphin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to execute a perl script from dolphin

Dimitri Minich
Hello,
I want to execute a perl script from dolphin 4 .
I tried this with this code, but it didn't work:

KernelLibrary default system:  'D:\temp\kursegesMY2.pl' .

How can I do it?

Dimitri


Reply | Threaded
Open this post in threaded view
|

Re: How to execute a perl script from dolphin

Bob Jarvis
[hidden email] (Dimitri Minich) wrote in message news:<[hidden email]>...
> I want to execute a perl script from dolphin 4 .
> I tried this with this code, but it didn't work:
>
> KernelLibrary default system:  'D:\temp\kursegesMY2.pl' .

Try this:

     ShellLibrary shellOpen: 'kursegesMY2.pl' directory: 'D:\temp'

I hope this helps.

Bob Jarvis


Reply | Threaded
Open this post in threaded view
|

Re: How to execute a perl script from dolphin

Dimitri Minich
Thank you Bob,

 it helps me!

Dimitri

> Try this:
>
>      ShellLibrary shellOpen: 'kursegesMY2.pl' directory: 'D:\temp'
>
> I hope this helps.
>
> Bob Jarvis