vb.net - Using Shell CMD.exe start with Web Links -
i want start application through vb programme using shell("cmd.exe /c start, not seem work big web links.
for example:
class="lang-none prettyprint-override">endereco = "https://redirector.googlevideo.com/videoplayback?requiressl=yes&shardbypass=yes&cmbypass=yes&id=6ab38ad8310d6f75&itag=22&source=picasa&cmo=secure_transport=yes&ip=0.0.0.0&ipbits=0&expire=1417990333&sparams=requiressl,shardbypass,cmbypass,id,itag,source,ip,ipbits,expire&signature=483ce9be39fe3df05f63765809aec7ba615017ff.dcc9f4c22ead12ef9edf1e00c24cd2a886a56e8&key=lh1" shell("cmd.exe /c start ""c:\program files (x86)\mpc-hc\mpc-hc.exe ", endereco)
this not seem work, gives error beingness converted short
you should utilize process.start(string, string)
.
process.start("c:\program files (x86)\mpc-hc\mpc-hc.exe", endereco)
vb.net shell
No comments:
Post a Comment