Wednesday
Autocad, Hints & TipsSystem Variables FILEDIA, CMDDIA
All Autocad versions / Tips
Hello,
Henceforth, from time to time, I will mention about AutoCAD system variables. Today I will write about the FILEDIA and CMDDIA system variables.
FILEDIA system variable determines whether dialog boxes open or not, during the commands like Open and Save that use file dialog boxes. If its value is 1, then dialog boxes open. If its value is 0, then dialog boxes do not appear and the required path and options are entered from command line.
CMDDIA system variable determines whether dialog boxes open or not, during the commands that which use file dialog boxes. If its value is 1, then dialog boxes open while the commands work. If its value is 0, then dialog boxes do not appear and the required parameters are entered from command line.
There are also some operators available, which enables you to intervene instantaneously without changing these parameters. For example, when FILEDIA variable is 0 and you need to use dialog box, then it is enough to write ~ at the command line after you run the command and approve. After that, file dialog box will open. Such an operator is also available for CMDDIA. For example, let’s say you want to run the BLOCK command only once without opening the dialog box. It is very laborious first to make CMDDIA variable 0, use the command and then make it back to 1. Instead, if we enter the command as -BLOCK, dialog box will not open even if CMDDIA is set to 1.
Technorati Tags: AutoCAD
Viewed 9,387 times so far... This week: 192 Today: 4 Latest: 4 July 2009, 12:52Post Tags:
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
- Jun 29, 2007 : Daily Autocad » Blog Archive
- Nov 28, 2007 : Daily Autocad » Blog Archive » Visual LISP: Programming user interfaces with OpenDCL
|

Mar 9, 2007
Reply
Hello Eren,
there is a problem with mechanical desktop,all dialog boxes con’t display when I was drawing today.After read your article,I still don’t know how to display it.Please help me in detail.
Thank you very much.
Liwei Wang
Apr 5, 2007
Reply
Thx for the help… I don’t know how FILEDIA got set to 0 but your reference was a serious lifesaver.
May 5, 2007
Reply
nice tip. any more tip for me
Jun 27, 2007
Reply
Autocad 2008 crashes when importing some .3DS files. For some reason this sets the FILEDIA and the CMDDIA system variable to 0. Why would this occur?
Thanks.
Jul 19, 2007
Reply
Hi there.. Would you send me a full details and step how to change the parameter from 0 to 1..? Thank you..:)
Feb 19, 2009
Reply
hi
please i want to make a clock(which shows Accurate time)help me to make it