script executed multiple times

F

Frederik

Hi all,

I made a vbscript that changes filenames to lowercase. I added it to
the right click menu handler for files. It works quite ok, but the
script is executed multiple times. It seems to be executed separately
for each file, instead of 1 time where the arguments are the files.
Here is the Command I used in the registry:

wscript.exe "<my path to vbs file>" "%1"

Does someone knows what I have to change?

Kind regards,
Frederik
 

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

Top