vbs to send contents of clipboard to File explorer
This started out as a 'what if' that came from trying to get selected text to be used as a key for regedit. I found a way to do that one but I wondered how hard it would be to use the contents of clipboard for input on other commands
Could it be sent to file explorer as a path to a file? This was a question I ran across but not sure if it would need to be tested before entering.
Such as:
If 'c:\Somedir\SomeFolder\anotherFolder\' exists then go there.
|