Hi,
I'm a relatively new user of Directory Opus and have a problem putting my first script together.
And sorry if this was answered somewhere else already, there are many very similar questions here already. But all solutions differ in detail and I'm actually getting more confused the more threads I find (often the commands and arguments are even written differently in those).
What I would like to do is this:
- Select files in a folder
- Move these files to a new folder, one hierarchy level up, being asked for a folder name (prefilled with the name of the folder they are currently in)
This is what I have so far:
Copy MOVE TO {filepath$|..\..} CreateFolder {filepath$|nopath|noterm} ASK
But neither the "get current folder name" nor that "ASK" thing works. And even if I just use "CreateFolder ASK" for testing reasons, I'm not prompted to enter a folder name (it just creates a folder name ASK). What am I doing wrong?
Thanks for your help in advance.