Jobs
Author: Varun Godbole Date Submitted: 4/23/2007 Category: File Manipulation Compatibility: VB 6 This code has been accessed 7202 times.
Email Yourself this snippet:
No Declarations
Code
'All you have to do is call this sub to open a .exe using Visual Basic Public Sub Application_Caller(pathname as String) Shell pathname, vbNormalFocus End Sub