Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the following line of code to produce DXF's of selected objects.
(setq ss (ssget "w" pt1 pt2'((8 . "0") (0 . "lwpolyline"))))
(command "_.dxfout" partname "_O" ss "" "")
The program is working fine, but always outputs to "my documents" which isnt a huge problem. BUT, when I try this program on a co-workers machine it is trying to export to "C:windows/System 32" which isnt allowed. Not sure if its a windows thing or corporate security settings (LOL). It seems to be pulling the "system 32" location from the "look in" locations (open dialog box and under tools in the upper right corner).
Is here a way to set the output file location for DXFOUT?
Solved! Go to Solution.