How to play a video and loop - from the command line
Posted: 16 Apr 2015 06:07
Hello, let me first say I am really new to creating .bat, so my apologies and second any help would be extremely help full. I am currently trying to creat a .bat file that runs a video on Windows 7 in full screen and continuously plays.
@echo off
start "" "C:\Program Files (x86)\Windows Media Player\WMplayer.exe" /play /fullscreen "C:\LOOP\XXX XXXX.MP4"
echo This is a loop
goto start
I am not sure the script is correct and I cannot get full screen to work. Could someone please help!
@echo off
start "" "C:\Program Files (x86)\Windows Media Player\WMplayer.exe" /play /fullscreen "C:\LOOP\XXX XXXX.MP4"
echo This is a loop
goto start
I am not sure the script is correct and I cannot get full screen to work. Could someone please help!