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:
  1. Private Sub Command1_Click()
  2.  
  3.     Dim retval As Double
  4.     retval = Shell("game.exe /p080.41.133.60 /n0MrNew /p1151.197.40.83 /n1Light /p2 /n2 /p3 /n3 /spike /2", vbNormalFocus)
  5.  
  6.  
  7. End
Sub