I'm using a WSH script from my app to open a movie in QuickTime. The script works fine, however, it happens behind my app's interface and I need it to come to the front. I tried adding:
but that for some reason breaks the script and it doesn't even run. Any ideas?Code:Set WShShell = WScript.CreateObject("WScript.Shell"); WshShell.AppActivate QuickTime Player;