Calling a batch file in context menu with _multiple_ parameters files

  • Thread starter Thread starter Vinzz
  • Start date Start date
V

Vinzz

Hi,

I know and often use the registry trick to add a command to the right
click menu, like:
[HKEY_CLASSES_ROOT\*\shell\MyBatch\Command] @="\"C:\\Foobar.bat\"
\"%1\""

But Foobar.bat don't seem to be called if more than one files are
selected (even if the context entry is present).

Do you know how it's possible to give multiple files as parameters to a
program through the context menu?

Thanks in advance,

Vincent
 
I don't understand what your problem is. Do all multiple files when acted upon do nothing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top