I want to execute an exe file from VB program. I know this can be done by using shell command. But the porblem here is that , this command won’t wait for the exe file to execute completely. I want to wait for the exe file to execute completely before going further in the VB program. Can anyone help me in that.