Friday 11 February 2011

Open Windows Explorer in folder of currently open drawing

Alot of the time you are working a way on a drawing and someone wants something emailed from the current job folder you are in to them. To jump to that job file in explorer. Add the following code from this 
link
to a toolbar button so when you press it Windows Explorer is opened at the current drawing folder.

^C^C^P(STARTAPP (strcat "EXPLORER /e," (getvar "dwgprefix")))

1. Type CUI
2. Make a new custom command
3. Paste the code above into the command
4. Drag the command up to a toolbar you want it displayed on.




No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...