Hi, I was wondering if there is a way to get the "Clipboard COPYNAMES" command to quote a path with a space, while not quoting a path that doesn't contain a space. Right now, I'm using "Clipboard COPYNAMES=short" to accomplish passing paths with and without spaces, but would like to pass the long pathnames. If the pathname has a space, it breaks the program I am passing the path to. For example, instead of placing this to the clipboard:
D:\Downloads\file.txt
D:\Downloads\file 1.txt
I would like to place this on the clipboard:
D:\Downloads\file.txt
"D:\Downloads\file 1.txt"
I searched the forum and couldn't find anything that helped me. Thanks in advance for any advice.