Baixe e execute um arquivo hospedado em um servidor remoto?

0

É possível baixar e executar um arquivo hospedado em um servidor remoto usando um script .vbs? Minha tentativa abaixo parece não funcionar.

Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("""\12.345.67.789\filename.exe""")
Set objShell = Nothing
    
por user905798 16.05.2018 / 21:38

0 respostas