VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Lauch external EXE using SHELL command.

by Avinash More (2 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 10th March 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Lauch external EXE using SHELL command.

API Declarations


'give any file path

Rate Lauch external EXE using SHELL command.



'Email: [email protected]

Private Sub Command1_Click()
Dim a
'1 stands for open that exe
a = Shell("c:\windows\notepad.exe", 1)
End Sub

Download this snippet    Add to My Saved Code

Lauch external EXE using SHELL command. Comments

No comments have been posted about Lauch external EXE using SHELL command.. Why not be the first to post a comment about Lauch external EXE using SHELL command..

Post your comment

Subject:
Message:
0/1000 characters