Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using Autocad Mechanical 2019. I am trying to run a script that opens a file and runs a custom command that redefines a block. Then it closes the file and saves. However, it just closes the file without saving. I can see the block being updated but the script will not accept the Y to save. There is a blank line after Y.
_Open
"C:\Users\xuser\Documents\Vault\Designs\MYFILES\123456.dwg"
_REDEFALL
_CLOSE
Y
Solved! Go to Solution.