Hi, I’m having an issue with this commands and could use some help. The script I’m using is:
@if:Common
Clipboard SET {sourcepath|nopath|noterm}
@if:else
Clipboard COPYNAMES=nopaths,noexts
What I want is that when nothing is selected, it should copy the name of the current folder without adding quotes, even if the name contains spaces. When something is selected, it should copy the folder names or filenames without their extensions. I was hoping to do so by not writing jscript, would there be a way to achieve this?
You probably have something wrong on the AHK side, not the Opus side. Make sure your command line is properly quoted so the , isn't interpreted as the next argument to the AHK function you are running.