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: Several command line switches question (Read 667 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Several command line switches question

Hi guys:

I'm running foobar2000 v1.3.15 and I want it to start hidden. Googling, I noticed that /hide is an available command line switch so as to do what I want to. I did a test executing
Code: [Select]
foobar2000.exe /hide
from the command line and indeed it works. However, when I to run
Code: [Select]
foobar2000.exe /hide /add "file.mp3"
,
Code: [Select]
foobar2000.exe /add "file.mp3" /hide
or
Code: [Select]
foobar2000.exe /add /hide "file.mp3"
, foobar2000 doesn't start hidden. Is there something else I should check? Am I doing something wrong? Please let me know if you need any further data. Thanks in advance.

Re: Several command line switches question

Reply #1
Please disregard this, I noticed that a plugin was causing this weird behavior. Thanks.