Page 1 of 1

Need help running intro video

Posted: Thu Jul 14, 2016 11:43 pm
by dashingw
Okay I have done this before and cant remember how, I have the following commands save in a .bat file

-------------------------------------------------------------------------------------------
@echo off
cd "C:\hsintros\HSintros"
start wmplayer "C:\hsintros\HSintros\HyperSpinHBRintro.avi" /fullscreen

TIMEOUT 18

cd "C:\Program Files (x86)\mGalaxy"
start /min mGalaxy.exe"

exit
-------------------------------------------------------------------------------------------------------

What do I have to do with this .Bat file to get it to run before opening Mgalaxy 6 ??

Re: Need help running intro video

Posted: Fri Jul 15, 2016 3:29 pm
by Aeliss
Just launch it.
Your bat file run a video, wait 18s, and launch mGalaxy itself.

Re: Need help running intro video

Posted: Sun Jul 17, 2016 2:02 pm
by dashingw
DOH !!!

Thanks :o)