Hello guys,
I require a little assistance with a problem I am experiencing?
I have a VBScript that calls an application using the Shell command
Shell "c:\di_diver\version1\integ.bat", vbNormalFocus
This opens a cmd window and the application executes in this window.
What I cannot figure out is how to only display the Msgbox "Extract Complete" when this has finished?
As it stands the Message box appears as soon as the extract starts?
Any ideas how to only show this when the extract completes?
At the moment sometimes it does not complete properly (no drive mapping) but appears to the operators as though it has worked?
Thanks
I require a little assistance with a problem I am experiencing?
I have a VBScript that calls an application using the Shell command
Shell "c:\di_diver\version1\integ.bat", vbNormalFocus
This opens a cmd window and the application executes in this window.
What I cannot figure out is how to only display the Msgbox "Extract Complete" when this has finished?
As it stands the Message box appears as soon as the extract starts?
Any ideas how to only show this when the extract completes?
At the moment sometimes it does not complete properly (no drive mapping) but appears to the operators as though it has worked?
Thanks