-
How would I load an app with a command line of:
-game cstrike +connect 127.0.0.1:_____ +password ____
Where the two blanx are I want customized by the user. Then when they push the submit button it will load the application with the user modified commandline. How would I do that?
-
whoops!
The user customizes the commandline using textboxes!
-
Hehe. You playing Half-Life, then?
Use:
Code:
Shell "c:\sierra\half-life\hl.exe -game cstrike +connect 127.0.0.1:" & txtPort.Text & " +password " & txtPass.Text
-
I love Half-Life
Yes it's for the half-life mod counter-strike. Its one of the best games of all time!!! Thanx for the code man. :D
-
Me too
I bought HL:Opposing Force yesterday, and was not disappointed :)