• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Having trouble making a batch file to do what I want.

HeXen

Diamond Member
I want a .bat to open a video file in the Windows movie app then close it when the video is done playing. I tried commands that I could find from Google but they don't work or gives me error.

This is what I cobbled together based from search results but obviously it's wrong.

start "" --fullscreen C:\users\alienware\documents\xb.avi
timeout 10 >null
TASKKILL /F /IM explorer.exe shell:appsfolder\microsoft.zunevideo_8wekyb3d8bbwe!microsoft.zunevideo

What is the proper script for this?
 
Back
Top