Script that saves and closes Bricscad?
Comments
-
WCLOSE just closes the active .dwg file.
To close all open files and exit Bricscad, use the QUIT command.
It won't work without user input if any of the open files haven't been saved.0 -
Should I put QUIT before _stopscript? I want to pass the script to Brics through a windows shortcut.Anthony Apostolaros said:WCLOSE just closes the active .dwg file.
To close all open files and exit Bricscad, use the QUIT command.
It won't work without user input if any of the open files haven't been saved.0 -
Remove _WCLOSE and _stopscript, and replace those with:
_QUIT
_Y0 -
Thanks for the suggestions. Will try this between xmas and new years0
-
My comment is completely off-topic, but you remind me of the "end" command in AutoCAD V10.
It would immediately quit AutoCAD without saving. The fact that the "end" command corresponded with a snap command, meant that hours of work were sometimes lost. And this was in the days when a larger drawing could take a noticeable amount of time to save, so you not as prone to saving.0