Lisp for Creating a Support Drawings Table of Filenames and Descriptions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This should be straightforward for someone acquainted with Lisp (I work in VBA, not familiar with Lisp at all). What I need is a program to open each drawing in a directory as read only (visible = false) and grab the drawing number and desc1 and desc2 attribute from the title block. Then close the drawing and go onto the next drawing until all drawings have been processed. The program would extract the target directory from the currently active drawing. The program will skip opening the currently active drawing and getting the attributes above. As a last step, the program will list each drawing in a table column and its corresponding description (desc1 + desc2) in the next column.
See attached pictures for more clarity.
any help is always appreciated.
Also, all our drawings are done in .dwg format in this particular directory and all will have 7 character filenames - EX: "JS9D002". If the program could ignore any dwg that didn't meet these criteria that would be great.