I dont believe there's an easy way to do this, from a straight batch script at least.
I suppose you could write a powershell script and use System.Diagnostics.Process to basically encapsulate the process and control it that way. then you could just call process.Start() and process.Close()
|