Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Commandline problem (Read 2163 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Commandline problem

I'm trying to issue a commandline to a running instance of Foobar2k to select all in the current playlist and then copy this to the clipboard. I've tried various combinations, to no avail. I can get the select all to work using:

/command:"Playlist/Selection/Select all"

As soon as I try to add on the copy command it fails:

/command:"Playlist/Selection/Select all/Copy name(s)"

There must be a way to do this, but I'm stumped.

Commandline problem

Reply #1
You just can't add a second command after the first one like that.

This one works (for me at least): foobar2000.exe /command:"Playlist/Selection/Select all" /playlist_command:"Copy name(s)"