I can play multiple files with:
Code: Select all
vlc "Song1.mp3" "Song2.mp3"
Code: Select all
vlc --play-and-stop "Song1.mp3" "Song2.mp3"
In Windows XP the command for my question is:
Code: Select all
vlc.exe --started-from-file --playlist-enqueue "Song1.mp3"
Anyone can help me???