I have this code:
That codes will execute the "xsentinel.bat"..
But, is there any ways that I can use to made the "xsentinel.bat" will running in background (Sys Tray)?
Thanks before...
Dim strAppPath As String = System.IO.Directory.GetCurrentDirectory()
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
System.Diagnostics.Process.Start(strAppPath + "\xsentinel.bat")
Label1.Visible = True
End Sub
That codes will execute the "xsentinel.bat"..
But, is there any ways that I can use to made the "xsentinel.bat" will running in background (Sys Tray)?
Thanks before...