VLC start up with playlist

vlc-media-player

What is the command line for vlc to start up playing a specific playlist?
something like this: START /WAIT C:\"Program Files"\VideoLAN\VLC\vlc.exe %1 playlist="c:\users\rendszergazda\desktop\p.xspf" vlc://quit
shutdown -s -t 60

Best Answer

You can simply use the --playlist option.

vlc.exe --playlist C:/PlaylistLocation

Here you start the vlc with the playlist-parameter and you specify, where the playlist is located.

Related Question