Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Michel Renato

Executar arquivo vbs

Recommended Posts

Caros amigo.Tenho um script em vbs q alera minha configuração de proxy.Como faço pra executar esse arquivo via link da minha pagina?Estou na pagina 1 q tem a proxy 1Na pagina 1 tenho um link q quero executar em outra janela o script da proxy 2.Será q alguem poderia me dar uma ajudinha em como executar esse arquivo vbs atraves de um link?

Compartilhar este post


Link para o post
Compartilhar em outros sites

Tem como eu transformar esse script vb script:Dim WshShellSet WshShell = WScript.CreateObject("WScript.Shell")WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL", "", "REG_SZ"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content\CacheLimit", "00102400", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Styles\User Stylesheet", ""WshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Styles\Use My Stylesheet", "00000000", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History\DaysToKeep", "00000020", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\CurrentLevel", "000066816", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", "http://10.36.482.02/index.htm"WshShell.RegWrite'>http://10.36.482.02/index.htm"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content\CacheLimit", "00102400", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\SyncMode5", "00000004", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable", "00000001", "REG_DWORD"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer", "10.36.482.02:80", "REG_SZ"WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyOverride", "<local>", "REG_SZ"Set WshShell = WScript.CreateObject("WScript.Shell")Return = WshShell.Run("http://10.36.482.02/index.htm")Amigos me deem uma ajudinha...obrigado..

Compartilhar este post


Link para o post
Compartilhar em outros sites

Se quer rodar isso pelo PHP use a EXECSe quiser rodar direto do HTML busque na parte de HTML ou ASP, isso é aqui é PHP.Para saber mais sobre a função EXEC www.php.net tá bem explicadinho lá.

Compartilhar este post


Link para o post
Compartilhar em outros sites

em um servidor php, mysql.....so que na maquina user é a proxy desse servidor meu.Ai preciso acessar uma outra intranet com outra proxy, ai esse arquivo vbs é que faz essa mudança na opções de internet e coloca a proxy desse outro servidor.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.