I want it create:
If i press Button1, then RCON.exe shows up, but i dont want it show.
And i want it program prints from rcon.exe and getting text to program.
Like:
RCON.exeCode:Process.Start("C:\Program Files\Rockstar Games\GTA San Andreas\rcon.exe", TextBox1.Text + " " + TextBox2.Text + " " + TextBox3.Text)
RCON connected to the (ip) : (port)...
then checks it Label2.Text = "CONNECTED"
How do it? :S




Reply With Quote