Organic Posted April 17, 2009 Posted April 17, 2009 Not sure if this is possible or not. I want to create a button on a toolbar (I know how to do this) which launches/opens a folder of a known path. how would I go about doing this? Quote
rkmcswain Posted April 17, 2009 Posted April 17, 2009 Yes. The example below opens Windows Explorer to the directory of the current drawing. ^C^C(STARTAPP (strcat "EXPLORER /e," (getvar "dwgprefix")))(PRINC) Quote
Lee Mac Posted April 17, 2009 Posted April 17, 2009 Topic already covered: http://www.cadtutor.net/forum/showthread.php?t=34764 Quote
Organic Posted April 17, 2009 Author Posted April 17, 2009 Thanks, that Lisp near the end of page 1 in that thread works exactly like I wanted thanks. 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.