Youngie1337
New member
Currently coding something and need help executing an .exe using shell or shellexecute and launch it using parameters/extensions.
For example is
launch .exe inside main folder so
Shell ("et.exe"" "+sv_pure 0" "g_gametype 2")
Nothing works, I've tried quite a few and diming into a var.
VB.60 thank you guys.
EDIT: nvm for anyone wanting.
Shell "et.exe" & " " & "+devmap oasis" & " " & "+set sv_pure 0"
For example.
For example is
launch .exe inside main folder so
Shell ("et.exe"" "+sv_pure 0" "g_gametype 2")
Nothing works, I've tried quite a few and diming into a var.
VB.60 thank you guys.
EDIT: nvm for anyone wanting.
Shell "et.exe" & " " & "+devmap oasis" & " " & "+set sv_pure 0"
For example.