P
Peter Richards
I have associated two actions called write lock and
write unlock with all files that have the extension *.prt.
This was achieved from my computer, tools, folder options,
file types and adding the actions. The actions are batch
files that set attrib +r and attrib -r to lock and unlock
the selected files. When you right click on only one file
and click on the write lock or write unlock action you
only get one invocation of cmd.exe. When you right click
on several files and click on the wrote lock or write
unlock action you get several invocations of cmd.exe.
My question is how can click on several files, then right
click to perform one of my actions and only produce one
invocation of cmd.exe (that is parse all the mouse
higlighted arguments to one cmd shell only)
Regards Peter
write unlock with all files that have the extension *.prt.
This was achieved from my computer, tools, folder options,
file types and adding the actions. The actions are batch
files that set attrib +r and attrib -r to lock and unlock
the selected files. When you right click on only one file
and click on the write lock or write unlock action you
only get one invocation of cmd.exe. When you right click
on several files and click on the wrote lock or write
unlock action you get several invocations of cmd.exe.
My question is how can click on several files, then right
click to perform one of my actions and only produce one
invocation of cmd.exe (that is parse all the mouse
higlighted arguments to one cmd shell only)
Regards Peter