Wasn't sure how to explain what I want with a title. Basically i have two folders of videos. All with random titles. What i would like to do, is create a windows batch file, that basically puts all filenames into one vlc, but in a set order. For example
Folder A, folder B: -
A
A
B
A
A
B
or
A
A
A
B
A
A
A
B
I found this online when googling "dir /a /b /-p /o:gen >A.vlc" this obviously generates the vlc list from a directory, and i can do that with the other directory, but i then need to combine them with the layout as above.
Or is there a better way to do it?
It has to be a windows batch file (or at least something that can run with windows scheduler)
Many thanks in advance.