Message 1 of 2
Script running too fast/Missing commands

Not applicable
05-03-2016
07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've got a script that's supposed to rename, purge, zoom, qsave and quit. Autocad and the script is enabled by a .bat file. The problem is that the "zoom" command line is skipped, the purge always leaves some elements behind, most of the time there's no bak file saved i the file folder. The script runs fine if I remove the "quit" command (which on the other hand requires me to manually close autocad in order for the .bat to continue on with the next dwg).
is the script is enabled too early, or is it too quick for its own good?
I've tried to mix in some "delay" commands within the script, without success.
Anyone?