Page 1 of 1

Adding media files to playlist via cmd using wildcards

Posted: 23 Jul 2020 10:45
by AKazak
Greetings!

I use VLC 3.0.11 for Windows x64 and want to add media files to a new playlist via cmd using wildcards. For example:

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" ??? "*.ts"
What should I use instead of ??? ?

Thank you