how to launch an app on a registered file

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

how to launch an app on a registered file

Jochen Riekhof
Hi...

I would like to launch the registered editor (notepad in my case) on a text
file from inside dolphin.

How can I do that?

Thanks!

Ciao

...Jochen


Reply | Threaded
Open this post in threaded view
|

Re: how to launch an app on a registered file

Bill Schwab-2
Jochen,

> I would like to launch the registered editor (notepad in my case) on a
text
> file from inside dolphin.
>
> How can I do that?

Is #shellOpen:directory: what you need?

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: how to launch an app on a registered file

Jochen Riekhof
> Is #shellOpen:directory: what you need?

Yep, thanks Bill! (even shellOpen: did it :-)

Ciao

...Jochen