- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am currently trying to setup a windows scheduler task to automate data extraction from a specific folder. I have setup the extraction template as shown below.
When I run the extraction wizard manually it automatically updates the drawings living in the folder. When I try to run extraction using autoLISP for some reason it will not add any new drawings it will only remove ones that I have deleted from the folder.
Hoping someone can help me make this connection live even when running via autoLISP. Below is my current autoLISP function:
(defun c:EXTRACTION ()
(command "-DATAEXTRACTION" G:\CB_Space_Planning\AutoCAD\2_Macro Database\4_Extraction\DatabaseTemplate.dxe "y")
(princ)
)
Thank you in advance,
Kieran
Solved! Go to Solution.