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 ??