lxl_igor_lxl Posted July 3, 2004 Report Share Posted July 3, 2004 tem algum comando que eu possa abrir um arquivo bat no vb pode ser um botao que quando eu clique nele o arquivo abre tem como? Quote Link to comment Share on other sites More sharing options...
0 Graymalkin Posted July 3, 2004 Report Share Posted July 3, 2004 Sim, tem a função Shell(). Exemplo:Shell "c:\arquivo.bat"Abraços,Graymalkin Quote Link to comment Share on other sites More sharing options...
0 lxl_igor_lxl Posted July 4, 2004 Author Report Share Posted July 4, 2004 pode ser assim ?Private Sub Botao1_Click()Shell "c:\arquivo.bat"End Sub Quote Link to comment Share on other sites More sharing options...
0 Graymalkin Posted July 4, 2004 Report Share Posted July 4, 2004 pode ser assim ?Private Sub Botao1_Click()Shell "c:\arquivo.bat"End Sub Pode, mas o que você tem que entender é que a função que você estava interessado é apenas a Shell(). Onde ela vai entrar cabe a você escolher. Private Sub Botao1_Click() é a rotina que é gerada e que é chamada quando o usuário dá um clique no botão "Botao1". Entenda que isso não é uma regra.Abraços,Graymalkin Quote Link to comment Share on other sites More sharing options...
0 William Rodrigues Posted July 6, 2004 Report Share Posted July 6, 2004 Se precisar de ajuda brother é só falar Abraços,William Rodrigues Quote Link to comment Share on other sites More sharing options...
Question
lxl_igor_lxl
tem algum comando que eu possa abrir um arquivo bat no vb pode ser um botao que quando eu clique nele o arquivo abre tem como?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.