Message 1 of 4

Not applicable
09-04-2017
05:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Can someone advise how I should setup this script so it's not a hassle for the end user.
The script makes sure all drawings are saved in the same state when shut at the end of the day.
I want to create a save and close that uses the script I have put together to leave all drawings in the same state after use.
Please help!!
I have attached the script.
;; DWGEXIT.scr
;;
;;
;;
;;
LAYER SET 0
;;
PURGE ALL * N
;;
AUDIT Y
;;
XREF U *
;;
VISRETAIN 1
;;
ZOOM EXTENTS
;;
;;-END OF SCRIPT-
Solved! Go to Solution.