Hello!
Is there any option under Windows XP to add to context menu for every file the command "Open in Lister" (not under the section "Send To...", but directly)?
More difficult question: after this command for every file type is made, is there any option to assign for some particular file types not to have this command in their context menu?
Thanks and sorry for offtopic (it's not a specific TC question, however it regards TC).
add "Open in Lister" command to system context men
Moderators: Hacker, petermad, Stefan2, white
maybe there is some software that can do it, anyway good news for you is, that it is possible to download standalone Listener
Ado
Ado
Re: add "Open in Lister" command to system context men
A bit late but as I haven't seen this posted before, here it goes:
You can add this option by using Windows' regedit (or any other registry editor).
Just open it and locate this key:
Add a new key under "shell", named "Open with Lister"
Add another key under the newly created "Open weith.." key, named "command".
Double click (edit) the Default value under "command" and alternatively specify one (and just one) of the following:
a) Using TotalCmd's internal Lister:
b) Using external Lister32:
This whould end looking liike the following image:
[img]https://i.ibb.co/khCbQKT/lister-shell.png[/img]
That's all. Hope this helps.
You can add this option by using Windows' regedit (or any other registry editor).
Just open it and locate this key:
Code: Select all
HKEY_CLASSES_ROOT\*\shell
Add another key under the newly created "Open weith.." key, named "command".
Double click (edit) the Default value under "command" and alternatively specify one (and just one) of the following:
a) Using TotalCmd's internal Lister:
Code: Select all
"C:\<path to totalcmd.exe>\totalcmd.exe" /s=l "%1"
Code: Select all
"c:\<path to lister.exe>\lister.exe" "%1"
[img]https://i.ibb.co/khCbQKT/lister-shell.png[/img]
That's all. Hope this helps.
Regards,
Sergio
TCmd license #12059
TC11.03x86/x64 | Win11 Pro
Sergio
TCmd license #12059
TC11.03x86/x64 | Win11 Pro