View Full Version : Filedia
BCrouse
2005-01-19, 08:32 PM
Is there a way to set the system variable for filedia(0) to alway be filedia(1)?
Glenn Pope
2005-01-19, 09:00 PM
You can have something like this in a lisp file that loads automatically when Autocad loads
(setvar "filedia" 1)
BCrouse
2005-01-19, 10:03 PM
Thank you very much!
Steve_Bennett
2005-01-20, 04:17 AM
If you are having filedia set to 0 once in a while, there might be something in the code of some custom lisp routines or VBA that are loaded when acad launches. We had this problem for a while until we went through & cleaned things up a bit. It took longer than it would to right a quick lisp routine, but it was fixed instead of having a band-aid put over the problem.
Of course... I didn't have to fix it... :p someone else did!! If I were in your shoes, I would probably opt for the quick fix.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.