Author Topic: Need help running intro video  (Read 4194 times)

dashingw

  • Full Member
  • ***
  • Posts: 100
    • Email
Re: Need help running intro video
« Reply #3 on: July 17, 2016, 09:02:03 AM »
DOH !!!

Thanks :o)

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Need help running intro video
« Reply #2 on: July 15, 2016, 10:29:09 AM »
Just launch it.
Your bat file run a video, wait 18s, and launch mGalaxy itself.
« Last Edit: July 18, 2016, 05:00:20 AM by Aeliss »

dashingw

  • Full Member
  • ***
  • Posts: 100
    • Email
Need help running intro video
« Reply #1 on: July 14, 2016, 06:43:12 PM »
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 ??