Im trying to launch a program from vbscript but i cant get it to work
Information of deathbycaptcha:
To report an incorrectly solved CAPTCHA, run:
dbcclient.exe -l USERNAME -p PASSWORD -n CAPTCHA_ID
Function risc(ByVal captchaid)
Dim objShell
objShell = CreateObject("Shell.Application")
objShell.ShellExecute("C:\dbcclient.exe -l hkhk -p testeste -n" + captchaid)
End Function
please help thanks
Information of deathbycaptcha:
To report an incorrectly solved CAPTCHA, run:
dbcclient.exe -l USERNAME -p PASSWORD -n CAPTCHA_ID
Function risc(ByVal captchaid)
Dim objShell
objShell = CreateObject("Shell.Application")
objShell.ShellExecute("C:\dbcclient.exe -l hkhk -p testeste -n" + captchaid)
End Function
please help thanks