Lauch external EXE using SHELL command.
Lauch external EXE using SHELL command.
API Declarations
'give any file path
Rate Lauch external EXE using SHELL command.
(1(1 Vote))
'Email: [email protected]
Private Sub Command1_Click()
Dim a
'1 stands for open that exe
a = Shell("c:\windows\notepad.exe", 1)
End Sub
Lauch external EXE using SHELL command. Comments
No comments yet — be the first to post one!
Post a Comment