Opens files and programs. Enter the file with the extension or the whole location with the drive le
Opens files and programs. Enter the file with the extension or the whole location with the drive letter.
Rate Opens files and programs. Enter the file with the extension or the whole location with the drive le
(1(1 Vote))
'Just make sure you add the speech marks otherwise it won't work.
'My example opens MS-DOS (Command Prompt) Enjoy :-)
Private Sub Command1_Click()
Shell "cmd.exe"
End Sub
Opens files and programs. Enter the file with the extension or the whole location with the drive le Comments
No comments yet — be the first to post one!
Post a Comment