All Forums >> [Scripting] >> WSH & Client Side VBScript >> VBS execution pauses until application is closed Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I've written a script that loads a .ppt file then presses F5, but the problem is that VBS doesn't go beyond the line that starts the .ppt file until the file is closed. After that, it proceeds as normal. I'm not too sure why this happens since the code is based on another one I wrote for another application which worked just fine.