WCCSAM Posted May 11, 2010 Posted May 11, 2010 My company has just created a Visual basic program. And I would just like to open this program through a command or Button in Autocad 2010. How can this be accomplished? Quote
WCCSAM Posted May 11, 2010 Author Posted May 11, 2010 How do I use the "SHELL" command? i have no idea about this. Thanks Quote
rkmcswain Posted May 11, 2010 Posted May 11, 2010 If it's an external EXE, just use (startapp "myProgName") ;; You'll need to add the full path if it's not in the windows environment path (startapp "C:/program files/my application/myProgName") Quote
rkent Posted May 11, 2010 Posted May 11, 2010 Hit F1, search for shell. The help can describe it better than I can. Quote
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.
Note: Your post will require moderator approval before it will be visible.