I know that it is possible in directoy opus 8 but I don't know how to do. and I didn't find through the forum
- when creating a new folder by context menu I'd like the name to be called automatically from clipboard
how to do that ?
I know that it is possible in directoy opus 8 but I don't know how to do. and I didn't find through the forum
how to do that ?
This is a total guess on my part. Search the forum for "setclip", I think it may be what you are looking for.
The bad news is that SetClip won't help here.
The good news is that you don't need it as this is built in to Opus.
Try this command:CreateFolder FROMCLIPBOARD
THANKS nudel !!
This is my first opus command and it works great.
Currently it's a button.
How do i make it work in the context menu (create new folder) ?
[Edit] I've found how to do that
DOpus is REALLY Incredible
One similar question now....
Which command can create a folder based on the date (ex. 2007-01-23) ?
CreateFolder NAME="{date|yyyy-MM-dd}"
Thank you. It's exacty what I wanted