Since hubgui needs to open first is there anyway to bring up certain programs in a certain order?
I need it to be
hubgui
homeseer
xlobby
Dim objShell
dim prog_one
dim prog_two
dim prog_three
Set objShell = CreateObject( "Wscript.Shell" )
prog_one = """Path to prog_one"" /commandline switches"
prog_two = """Path to prog_two"" /commandline switches"
prog_three = """Path to prog_three"" /commandline switches"
objShell.Run prog_one
wScript.Sleep(5000)
objShell.Run prog_two
wScript.Sleep(5000)
objShell.Run prog_three
IRTrans.lnk
sleep 2
Girder3.lnk