I was wondering if anyone knows how to pass multiple files to the same script file without having to drag and drop them to the script or a shortcut to the script.
I'd like to be able to select multiple files and right click in order to perform an action on them.
I came up with a way that processes a list made up of multiple instances of single files being passed to a batch script but it is cumbersome and spawns too many windows. Unfortunately it relies on timing which gets disrupted if I try to use a WSH command to hide them.
Is there anything I can do to the association in the registry to make this work?
Are there other scripting methods that allow this to be done?
I'm much more comfortable with batch scripts than I am with other methods.
Any help would be greatly appreciated.