Message 1 of 3
Run lsp on several files

Not applicable
10-05-2015
10:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
I need some help to batch edit files
I have a scr file like this :
-----------
open
"C:\myfile1.DWG"
dxfout
16
close
open
"C:\myfile2.DWG"
dxfout
16
close
...etc
---------
and its working fine on many drawings to conver to dxf.
Now instead of converting to dxf, I want to run a lsp file on each drawing. Can I invoke the lsp script on the file from the within this scr?