type "FILEDIA" and change it's setting. It will be on either 1 or 0. Change it to the other and see if that helps.
Registered forum members do not see this ad.
Dear fellows,
In AutoCad 2006, when I want to open a new or existing drawing or template, instead of regular dialog box I receive only a prompter dialog which is present in the command line also, asking me for the name of the drawing that I want to open; it is the case also when I want to save a drawing too. I already checked the "Options" under the "Open and Save" tab and everything looks to be in order. How can I resolve this bothering problem since I am able to perform the above tasks only accessing "Windows explorer"?
Thank you for your understanding.
Best regards,
VALAH
type "FILEDIA" and change it's setting. It will be on either 1 or 0. Change it to the other and see if that helps.
Please do not PM me with CAD questions. Post your question on the forum. Our users are the best out there and you'll get the best possible answer to your question.
- http://f700es.deviantart.com/gallery/ - - http://cad-guy.tumblr.com/ -
FILEDIA is the correct variable. Should be turned on to get the dialog. 1 = ON, 0 = OFF.
Also, if you're faced with that, the ~ will force the dialog so you can finish the open command and then turn filedia on. Here's a quick look:
Code:Command: FILEDIA Enter new value for FILEDIA <0>: 1 Command: OPEN //^---Open dialog shows Command: FILEDIA Enter new value for FILEDIA <1>: 0 Command: OPEN Enter name of drawing to open <D:\ASE\RAFB\0429_GAI3B-TT457\A1-4-TT457-PLAN.dwg>: ~ //^---entering the ~ for the file name will force the dialog so you can finish the command
AutoCAD 2005
ADT 2005
Thanks it is realy helpful
controls the display of dialog boxes used with commands that read and write files. For example, if FILEDIA is set to 1, saveas displays the Save Drawing As dialog box. If FILEDIA is set to 0, SAVEAS displays prompts on the command line. The procedures in this documentation assume that FILEDIA is set to 1. Even when FILEDIA is set to 0, you can display a file dialog box by entering a tilde (~) at the first prompt.
It worked for me too! :-)



FILEDIA, PICKADD and PICKFIRST seem to be the route of many curious problems..... but how come they get changed when the OP has never heard of them?
If you would like to help my 2 year old niece Alaina in her battle against Leukemia you can donate blood at any Carter Blood Care and put SPON050875 on the donor form. Thank you so much for any contributions in this matter that you can make.
Luminous beings are we, not this crude matter.
They can be changed by poorly written lisp routines that fail to reset system variables upon completing whatever task they were designed to do.
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!
Registered forum members do not see this ad.
Third party apps and even AutoCAD commands that are not set up to restore Variables to their previous settings when cancelled.
“A narrow mind and a fat head invariably come on the same person” Zig Zigler
![]()
Bookmarks