G
Guest
Hi i want my VB.NEt application to run a seperate application from the command line, and then wait until this application has completed before continuing
I am currently using
System.Diagnostics.Process.Start(strApp) where strApp is the command line but this simply starts a new process... I want the command to be run as part of the existing process...
Any ideas?
I am currently using
System.Diagnostics.Process.Start(strApp) where strApp is the command line but this simply starts a new process... I want the command to be run as part of the existing process...
Any ideas?