- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys.
I currently have Autocad LT 2018
I am trying to use a macro to open up my file location in explorer. I have seen a few Macro's using "START" or "STARTAPP", but my LT version doesn't support it.
I use "AI_startapp".
This is how far i came:
^C^C_AI_startapp;explorer.exe; $M=$(SUBSTR,$(getvar,Dwgprefix),1);
The problem i am facing is that Explorer opens up in "Quick Access". I then have to close it and hit enter in cad again and this will open up the correct folder, but it leaves my location breakdown in my command bar. Please see my attached file.
You will find my location of my file below, but keep in mind this location should change. This is why i am using Dwgprefix.
Y:\Clients\Active\Cameron ....\141 ....\Drawings\CAD\Sketch Plan\ERF ....
Much appreciated.
Solved! Go to Solution.
