Hi,
I want to do this using VB.
I have executed a command prompt through VB.
After the command prompt completes its process, say in 10-20 minutes time, I want this to be communicated to my VB program.
How can this be done? Moreover, I came across a UIAutomationprovider.dll in .Net which lets this happen via a 'WaitForInputIdle" method.
But I don't want to use .Net.
Can somebody help me out?
Thanks in advance.