hey all
i created a little script to test some thinks out
when you open this program an exe file wil be executed and some variables will be send into itVB Code:
Private Sub Form_Load() Dim naam1 As String Dim naam2 As String naam1 = "^7#^1ULTD^7|^4Black Waltz" naam2 = "^7#^1ULTD^7|^4test" Shell "CoDMP.exe +password default +connect 84.244.130.208:28900 +name " & naam1, vbNormalFocus End Sub
connect is for connecten to server and password is for cannecting with this password
the name can change the players name in this game
all the vars work but there is only 1 problem
and that is the space in
naam2
how can i execute an exe so he als read this nickname with the space




Reply With Quote