|
-
Jul 1st, 2006, 08:08 AM
#1
Member
Re: Batch Cmd
Hi- I'm only days into this VB thing(lovin it so far), so I'm not really sure if this is what yer looking for or not. I figured it couldn't hurt to post on the slim chance it is what yer lookin for. This isn't using a batch file so if ya need to use a batch file method, post back and I will see if I can find that out. G'Luck!
VB Code:
Private Sub Command1_Click()
Dim retval As Double
retval = Shell("game.exe /p080.41.133.60 /n0MrNew /p1151.197.40.83 /n1Light /p2 /n2 /p3 /n3 /spike /2", vbNormalFocus)
End
Sub
-
Jul 1st, 2006, 08:15 AM
#2
Thread Starter
Addicted Member
Re: Batch Cmd
this will do perfect, i intend to use it for my own little gaming zone instead of using wgcenter or msn zone, as you can see p1-4 and n1-4 is the variable which holds the playernames and thier ips..so from here..anythings possible
thnx once again
o btw, if u add me to msn uncaamri[@]hotmail.com ill help you with your userlist, i run a little tcp winsock game so i can help
Last edited by mrnew; Jul 1st, 2006 at 08:23 AM.
-
Jul 1st, 2006, 08:23 AM
#3
Member
Re: Batch Cmd
It worked? Wheeeeeeeeeeee!! Glad I was able to help ya. G'luck with yer program.
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
|