[Help] Run commands on command prompt [Solved]
ok so im back again lost again. ok in the past to test the server we have been using a bat file to start the game heres the code
ok so what it does is starts aion and tells it what ip and port to connect to what country code(cc), that there is no game guard auth needed and no web, and that the lang is English.
ok all that isnt needed all i need is the ip and port and convert that all the VB
i tried
which worked......the first time after that it kept opening 10+ command prompts then tossed errors because it typed 1 part of that line in each box
is there any way to limit the amount it can open or a different way to go at this
i really dont care if there is a cmd that opens and closes thats not a big deal if i cant get it meshed with this it will run off that bat anyhow.
Code:
@start bin32\aion.bin -ip: -port:2106 -cc:1 -noauthgg -noweb -lang:enu
ok all that isnt needed all i need is the ip and port and convert that all the VB
i tried
Code:
Process.Start("cmd.exe")
SendKeys.Send("@start bin32\aion.bin -ip:IP Here -port:2106 -cc:1 -noauthgg -noweb -lang:enu {Enter} exit {Enter}")
is there any way to limit the amount it can open or a different way to go at this
i really dont care if there is a cmd that opens and closes thats not a big deal if i cant get it meshed with this it will run off that bat anyhow.


