WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

FileMenu

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

FileMenu For Folders

 Keywords: FileMenu Folders Directory SendTo

Question:

Is there any chance to use filemenu for the "filetype" folders/directories ? At this moment I have to use "send to" WBT, to handle all files in a subdirectory.

Answer:

One option is to configure right-click of a folder to run your WinBatch program. A registry entry like the one below will do it:
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\WizBang]
@="WizBang this Directory"

[HKEY_CLASSES_ROOT\Directory\shell\WizBang\Command]
@="C:\\Progra~1\\WinBatch\\System\\WinBatch.exe C:\\WizBang.wbt \"%1\"" 

Article ID:   W17882
Filename:   FileMenu For Folders.txt
File Created: 2008:04:30:07:13:24
Last Updated: 2008:04:30:07:13:24