Two questions about clipboard set

  1. How can I make the clipboard set copy the current folder name ?

  2. Is there any way to make the clipboard set copy the artist of a mp3 file ?

  1. Buttons forum: Copy the current path to the clipboard.

  2. Could be done in a similar way to this, if you're comfortable writing a bit of VBScript. If not shout and I'll try and take a look when I've got longer.

For the #1 link, I was looking for something that would only copy the current folder not the path.

#2 If you have time to code something that would be greatly appreciated.

I should have been more specific for #1, sorry about that.

Use this in that case:

@nofilenamequoting Clipboard SET {sourcepath$|noterm|nopath}

neat thanks!