I know this is how you can retrieve the exit status of a console application:
Dim CFVProcess As New System.Diagnostics.Process
CFVProcess.StartInfo.FileName = "CMD"
CFVProcess.StartInfo.Arguments = "/C CFV -T C:\Verify.sfv"
CFVProcess.Start()
CFVProcess.WaitForExit()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.