Hi,
I have an existing powershell script which removes certain filetypes from a directory however it requires the script and shortcut to be in the directory I want to process. I was wondering if it was possible to put this script (or a VBS equivalent) in a central location, create an entry on the explorer context menu that when run would call the script using the current directory as the directory that the script is to process.
I don't mind if this is entirely powershell/VBS/.BAT or even if there is some 3rd party app that can easily form part of the process. I'd appreciate any recommendations how to approach this.
Thanks