Message 1 of 4
How to run AutoCAD script through Batch file?
Not applicable
05-29-2020
07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created pretty simple batch script that goes like this:
FOR %%f in (C:\-\-\*.dwg) do start /wait C:\-\MagiCADforAutoCAD %%f /b C:\-\-\Export.scr
Everything works great until the last part (AutoCAD script)... it is supposed make "IFC Export" but nothing happens.
I have checked the autocad.scr and confirmed that it works on it own so that is not the problem.
I would be grateful if anyone could correct me or get me to the right path.