Small Windows batch script that uses VLC to play a configurable folder of media, in an endless loop, full screen and without any UI elements.
Please consider supporting my work:
- Support with Github Sponsors.
- Support with a one-time donation using PayPal.
Please report any problems via the ‘issues’ tab on GitHub.
-Mike
- VLC installed.
- A folder of media that VLC can open.
The script has been tested on Windows 10 1903.
Open the script in your favourite editor and change the media variable to your desired folder.
SET "media=C:\foo\media"