Hello,
I am not very familiar with xplorer^2.
Is it possible to open a selected file with an own favourite application with single click?
I have created a video showing how this is done in FreeCommander:
h,t,t,p,:,/,/,w,w,w,file-upload,net/download-1677310/open_with_fav_app,avi,html
(exchange "," with " .")
FreeCommander is buggy, support is lame (no answer), and has other limitations therefore I am looking for another file manager.
Editing files like this is very important for me.
Thank You!
open selected file with favourite app. with single click
Moderators: fgagnon, nikos, Site Mods
-
- New Member
- Posts: 1
- Joined: 2009 Jun 02, 12:04
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
in windows in general you have a few ways to open files with a single click. The most straightforward is to make your favorite application default for a kind of document, through folder options (control panel). Alternatively right click on a file and use the "open with" submenu to open a document in an alternative way
xplorer2 professional has another way, you can define a user command under customize menu that goes something like
that launches your tool with the selected filename ($N). You can then put this command on any toolbar and launch it with a single click
xplorer2 professional has another way, you can define a user command under customize menu that goes something like
Code: Select all
> your_tool.exe "$N"