Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a script file to batch import dgn files into Acad templates then save them as dwg's.
But.....I'm running into multiple limitations.........
-Import works, if I remove backslashes to singles..... But the when I pull the directory and file name from the list, AutoCAD automatically adds the additional backslashes.
EX: "D:\\DGN\\All_Files\\Process_Files\\D17017.dgn"
This I can insert below
i.e. "D:\DGN\All_Files\Process_Files\D17017.dgn"
-Attach and -dgnimport works, but I need to remove the quotes. If I edit manually they work. Trying to do it with command line they do not work.............
A little help and understanding would be greatly appreciated!!
Solved! Go to Solution.