Message 1 of 4
Problem using DWFAttach in Accoreconsole
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys. I'm having problem using DWFAttach.
I tried to create script to automate the process of conversion from DWF to DWG by using the command DWFAttach in Accoreconsole. When it reached to DWFAttach it crashes the accoreconsole. I'm thinking there's another dialog box that I need to turn off aside from FILEDIA that is switch already to 0.
Below the sample script that I'm using.
( (command "filedia" "0") (command "ucs" "w") (command "_-DWFATTACH" "S:\\Common\\Alex\\test.dwf" "" "0,0" "1" "0") (command "_Zoom" "_E") (command "._DELAY" 1000) (command "_SaveAs" "LT2013" "S:\\Common\\Alex\\test.dwg" "*" "Y" ) (command "filedia" "1") (_quit) )
Thanks in advance.
Best regards,
Alex