LaunchAppSynchronous
Unlike the Shell command in VB which launches an applicationasynchronous, this will launch the program synchronous.What that means is that the shell execute command will launchan application but not wait for it to execute before processingthe next line of code. This code will launch a program thenwait until the executable has terminated before executing thenext line of code.… Read More »