Results 1 to 4 of 4

Thread: Rcon

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Posts
    121

    Rcon

    Hello!

    I have project to do it.

    Project name RCON.

    I created form, where is showing RCON of status (offline/online logged), log, etc.

    How do i make it RCON work with that program?

    I have rcon.exe and with that running must be:

    notepad.exe > saving as startrcon.bat
    Code:
    @echo off
    color 3f
    cls
    CD "C:\Program Files\Rockstar Games\GTA San Andreas\"
    cls
    set /p A="Server IP: "
    cls
    set /p B="Server port: "
    cls
    set /p C="Server RCON password: "
    cls
    start rcon.exe %A% %B% %C%
    But how do put that into VB? Thanks!

    This works:
    Code:
    Process.Start("C:\Program Files\Rockstar Games\GTA San Andreas\rcon.exe", TextBox1.Text + " " + TextBox2.Text + " " + TextBox3.Text)
    Last edited by Matuu; Oct 3rd, 2010 at 12:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width