Multiple advanced questions/requests for 'how to' in XYplo..
Posted: 02 Jul 2009 14:49
Hi all
Just started trying this wonderful program. Here are some questions:
1)How do I assign "Control Z" current assigned (custom keyboard entry) to undo accidentally closed tabs when focused on the tabs. In addition, when I make mistake in naming a file, I want to be able to undo rename by clicking inside of the tab window itself and undoing. Is this possible to have both, or should I just assign one (control Z to undo rename) and (control+alt+z to undo tab). How would I go about doing this? I know all about the custom keyboard commands, but I don't see a way to undo renames done.
2) I would really like to see this one: Add recycle bin to catalog -- possible? Getting error msg saying "Can't add text here" when I try to.
3) Start searched tabs as unlocked (not locked! I don't like having to click on a confirmation to close search tabs)
4) I know other software can do this, but would it be possible to add a "join" fx for ".001" files and "join & delete files" to join the .001 files then move the original .001, .002, etc.. to recycle bin. There's NO program as of 7/2/09 that can do this. They can join, but not delete the remaining files. I currently use 7Zip to join the files, but then have to manually delete the .00* files. It's a major PITA.
5) Any way to open PowerCMD instead of CMD.exe from the CMD button in XYplorer (@ specific location: D:\Applications\PowerCmd\PowerCmd.exe). For those of you who don't know -- PowerCMD is an EVOLUTIONARY step forward to CMD.exe, just as XYplorer is to explorer.exe
6) Is there a custom menu button that enables/disables (with corresponding & appropriate icon for hiding/showing hidden files? I know one can do this with Control shift +H, but is there any way to create a button to do it?
7) (ADVANCED)
Somehow create a context entry directly into XYplorer to prevent having to install Unlocker 1.8.7. Basically, my plan is go completely portable. I want to have a context menu entry pointing to unlocker in "D:\Applications\Unlocker\Unlocker.exe"
If you don't know what Unlocker is, go here: http://fileforum.betanews.com/detail/Un ... 15825635/1
(ADVANCED)
Implement the following reg entry directly into XYplorer. It is a custom Daemon Tools entry to mount custom file extensions with daemon tools.
----------
9) Am I able to add C:\ D:\ E:\ etc etc icons to the EACH pane opened. This should be customizeable for any letter toolbar, but I don't know if I'm missing something). Other files like Directory opus, Q-dir IIRC have this option. I know one can focus on pane, then click the catalog entry, but it would be nice to have drive letter buttons on top of each pane.
10) I used the following reg entry to enable XYplorer, BUT.....
HOWEVER, is there any way to include "my computer" so that when I open my computer icon, XYplorer pops up. This may not be possible, since it may be a Windows-related function. Basically, I'm having to close the "mycomputer" button in background every time I open mycomputer then C:\.
11)
Can anyone tell me how to add the following custom context menu to xyplorer. This is for MP3+G Toolz.NET which is an invaluable tool for karaoke'rs like me
12) I've searched and couldn't find answer. How do I disregarding the system "sendto" context folder and use my own entries?
Basically, I want to include
D:\Applications\VirusTotalUploader\VirusTotalUpload.exe
Just started trying this wonderful program. Here are some questions:
1)How do I assign "Control Z" current assigned (custom keyboard entry) to undo accidentally closed tabs when focused on the tabs. In addition, when I make mistake in naming a file, I want to be able to undo rename by clicking inside of the tab window itself and undoing. Is this possible to have both, or should I just assign one (control Z to undo rename) and (control+alt+z to undo tab). How would I go about doing this? I know all about the custom keyboard commands, but I don't see a way to undo renames done.
2) I would really like to see this one: Add recycle bin to catalog -- possible? Getting error msg saying "Can't add text here" when I try to.
3) Start searched tabs as unlocked (not locked! I don't like having to click on a confirmation to close search tabs)
4) I know other software can do this, but would it be possible to add a "join" fx for ".001" files and "join & delete files" to join the .001 files then move the original .001, .002, etc.. to recycle bin. There's NO program as of 7/2/09 that can do this. They can join, but not delete the remaining files. I currently use 7Zip to join the files, but then have to manually delete the .00* files. It's a major PITA.
5) Any way to open PowerCMD instead of CMD.exe from the CMD button in XYplorer (@ specific location: D:\Applications\PowerCmd\PowerCmd.exe). For those of you who don't know -- PowerCMD is an EVOLUTIONARY step forward to CMD.exe, just as XYplorer is to explorer.exe
6) Is there a custom menu button that enables/disables (with corresponding & appropriate icon for hiding/showing hidden files? I know one can do this with Control shift +H, but is there any way to create a button to do it?
7) (ADVANCED)
Somehow create a context entry directly into XYplorer to prevent having to install Unlocker 1.8.7. Basically, my plan is go completely portable. I want to have a context menu entry pointing to unlocker in "D:\Applications\Unlocker\Unlocker.exe"
If you don't know what Unlocker is, go here: http://fileforum.betanews.com/detail/Un ... 15825635/1
Implement the following reg entry directly into XYplorer. It is a custom Daemon Tools entry to mount custom file extensions with daemon tools.
Code: Select all
"Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.iso]
@="ft000001"
[HKEY_CLASSES_ROOT\.cue]
@="ft000001"
[HKEY_CLASSES_ROOT\.ccd]
@="ft000001"
[HKEY_CLASSES_ROOT\.bwt]
@="ft000001"
[HKEY_CLASSES_ROOT\.mds]
@="ft000001"
[HKEY_CLASSES_ROOT\.cdi]
@="ft000001"
[HKEY_CLASSES_ROOT\.pdi]
@="ft000001"
[HKEY_CLASSES_ROOT\.b5t]
@="ft000001"
[HKEY_CLASSES_ROOT\.nrg]
@="ft000001"
[HKEY_CLASSES_ROOT\ft000001]
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008
@=""
[HKEY_CLASSES_ROOT\ft000001\DefaultIcon]
@="shell32.dll,113"
[HKEY_CLASSES_ROOT\ft000001\shell]
@="Mount_with_Daemon_Tools"
[HKEY_CLASSES_ROOT\ft000001\shell\Mount_with_Daemon_Tools]
@="Mount with Daemon Tools"
[HKEY_CLASSES_ROOT\ft000001\shell\Mount_with_Daemon_Tools\command]
@="\"D:\\Applications\\Daemon Tools\\daemon.exe\" -mount 0, \"%1\""
[HKEY_CLASSES_ROOT\ft000001\shell\Mount_with_Daemon_Tools\ddeexec]
[HKEY_CLASSES_ROOT\ft000001\shell\Mount_with_Daemon_Tools\ddeexec\Application]
@="daemon"
[HKEY_CLASSES_ROOT\ft000001\shell\Mount_with_Daemon_Tools\ddeexec\Topic]
@="System"
----------
9) Am I able to add C:\ D:\ E:\ etc etc icons to the EACH pane opened. This should be customizeable for any letter toolbar, but I don't know if I'm missing something). Other files like Directory opus, Q-dir IIRC have this option. I know one can focus on pane, then click the catalog entry, but it would be nice to have drive letter buttons on top of each pane.
10) I used the following reg entry to enable XYplorer, BUT.....
Code: Select all
"REGEDIT4
[HKEY_CLASSES_ROOT\Drive\shell]
@="XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer]
@="Open in XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer\command]
@="\"D:\\Applications\\xyplorer\\XYplorer.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell]
@="XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer]
@="Open in XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer\command]
@="\"D:\\Applications\\xyplorer\\XYplorer.exe\" \"%1\"""
11)
Can anyone tell me how to add the following custom context menu to xyplorer. This is for MP3+G Toolz.NET which is an invaluable tool for karaoke'rs like me
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Folder\shell]
[HKEY_CURRENT_USER\Software\Classes\Folder\shell\MP3+G Toolz .NET]
[HKEY_CURRENT_USER\Software\Classes\Folder\shell\MP3+G Toolz .NET\command]
@="\"D:\\Applications\\MP3+G Toolz .NET 4\\MP3GToolz.exe\" /Folder \"%l\""
[HKEY_CURRENT_USER\Software\Classes\Folder\shell\sandbox]
@="Run &Sandboxed"
[HKEY_CURRENT_USER\Software\Classes\Folder\shell\sandbox\command]
@="\"D:\\Applications\\Sandboxie\\Start.exe\" /box:__ask__ Explorer.exe \"%1\""
12) I've searched and couldn't find answer. How do I disregarding the system "sendto" context folder and use my own entries?
Basically, I want to include
D:\Applications\VirusTotalUploader\VirusTotalUpload.exe