|
-
Aug 10th, 2000, 09:12 PM
#1
Thread Starter
Addicted Member
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?
-
Aug 10th, 2000, 09:14 PM
#2
Thread Starter
Addicted Member
whoops!
The user customizes the commandline using textboxes!
-
Aug 10th, 2000, 09:18 PM
#3
Monday Morning Lunatic
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 refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 10th, 2000, 09:42 PM
#4
Thread Starter
Addicted Member
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.
-
Aug 11th, 2000, 05:16 PM
#5
Monday Morning Lunatic
Me too
I bought HL:Opposing Force yesterday, and was not disappointed
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|