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

Re: script executed multiple times by J

J
Tue May 31 16:17:45 CDT 2005

Hi Frederik,

Try the command without the quotes around the %1.

Grtz Hans

"Frederik" <aerts_frederik@hotmail.com> wrote in message
news:1117526525.914407.105980@g49g2000cwa.googlegroups.com...
> 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
>