I have a 3 monitor setup. I want to run VLC 3 instances to 3 different monitors.
I setup my preference and copied the vlcrc and vlc-qt-interface.ini file to a folder say vlc2 and I tried running a .bat file with the following:
vlc.exe --config c:\vlc2\vlcrc
and even:
vlc.exe --config="c:\vlc2\vlcrc"
But no matter what I do, it seems to still be getting the settings from the orignal location: %APPDATA%\vlc\. What am I doing wrong?