Set FILEDIA to 1
Also, please use the search function in the future. This question has been answered a myriad of times here.
Registered forum members do not see this ad.
When I click "save" in the "file" pull down menu, the save dialog box doesnt open and the program wants me to use the command line. Isnt there a 'toggle' switch command to fix this? I just cant remember or find what it is.
Thanks
Kevin
Set FILEDIA to 1
Also, please use the search function in the future. This question has been answered a myriad of times here.
Just because you're, doesn't mean wrong is all that's
.
Missed it, will do.
Thanks
Maxwell: You're on a roll with FILEDIA. Maybe it should be your new screen name. LOL
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!
I had another idea in mind![]()
Just because you're, doesn't mean wrong is all that's
.
Maybe we should all set our siggy's to have that and a few of the other variables that people ask about a lot.![]()
"Constantly choosing the lesser of two evils is still choosing evil." ~ Jerry Garcia
flickr | work | blog | creed
rustysilo's tips & tutorials
well if somebody wants to compile a list of those unguessable settings for the FAQ please do!
we'll need the command and it's assorted settings, what those settings do, and the 'errors' which they seem to throw up or the 'problems' they solve![]()
Find your newbest friend
at
Rain Rescue
If you are a good drafter, tech will help. If you are a bad drafter, nothing will help. - Jack_O'neill at CADTutor


It's been an annoying issue for years.
It can happen when ill-behaved customization routines set it to 0 and fail to set it back to 1. It can also happen when better-behaved customization routines temporarily set FILEDIA to 0, but Autocad crashes before it gets set back to 1.
I put a line in my ACADDOC.LSP file to set it to 1 at startup, because these days, I typically only see it when Autocad crashes. And actually, there are a couple of other similar settings that periodically get reset, so I reset them, too. Here's the lines in my ACADDOC.LSP file:
You can also modify the CUI as mentioned here, to reset FILEDIA when running various commands:Code:(setvar "filedia" 1) (setvar "cmddia" 1) (setvar "attdia" 1)
http://discussion.autodesk.com/forum...330713#6330713
Richard 'Sinc' Sincovec
Manager of Technology - Edward-James Surveying
Tools for Civil 3D - Quux Software
Registered forum members do not see this ad.
Unfortunately for me, I am working in 2002 and I don't believe that the CUI existed in that old version. Which stinks, because I love to customize any application that I use a lot. And from all that I read, the commands that can be put into the CUI seem pretty useful. I am fairly new to AutoCAD, but I have figured out the pgp file, and I would think the CUI would be the next step. I'm still not quite to LISP yet!
Good description though, and if I ever come into a similar problem, hopefully I will recall to check what my system variables are set to.
Bookmarks