I am running a batch file with shell function in VB2010 with the following command
Shell("C:\test.bat", AppWinStyle.NormalFocus)
This process takes a lot of time to complete, might even take a day to complete depending on the input file.
I want a MsgBox to display a "Job Finished" msg when the process is finished. something like
MsgBox("Job Finished")
How do I do that. I am very new to VB, so please help me with full code. Thank you