I am writing a small VB app that will run the VSS Analyze command for a number of VSS databases.
I was going to Shell the command but I notice that it runs the command asynchronously. Is there a way to run a command and wait till it has finished before continuing in the app?
Thanks
Kev.
