any one who can help
Private
Process.StartInfo = starter
Process.Start()
Process.WaitForExit(10000)
Process.Close()
AppendToLogFile(
End