Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have a little routine we use at the end of projects. It tidy's up the drawing files.
It creates a script file to process all the drawings in a selected folder.
I would like to add an additional line to the script but only on the last drawing in the list to be processed.
I want to run (dos_delete (strcat (getvar "DWGPREFIX") "*.bak")) on the last drawing in the script and not the other drawings.
I have attached the lisp.
Thanks!
-dc
Solved! Go to Solution.