|
Modify
your system properties to open only AutoCAD (not EPD) when
double-picking a DWG file
If
you need to open (double pick) DWG files and just want them
to open with AutoCAD and not in the CDS design environment,
you will need to make sure there is a profile set for base AutoCAD
settings. See the AUTOCAD SPECIFIC PROFILE SETUP NOTICE
page.
Use
the following steps AFTER a profile has been made for plain AutoCAD
and EPD has been installed:
- Double
pick the My Computer icon
- In
the Tools menu, pick Folder Options
- Pick
the File Types tab
- In
the Extensions column, locate the DWG file type
and select it.
- Pick
the Advanced button
- Pick
open in the Actions list
- Pick
the Edit button
- In
the Application used to perform action edit box, the path
will read something like:
"C:\Program Files\AutoCAD 2006\acad.exe"
"%1"
- Add
the desired profile name in the quotes that was made.
For example, if the profile name that was made for plain AutoCAD
is acad, you would make a <space> after the last
quotes, type –P acad
"C:\Program Files\AutoCAD 2006\acad.exe" -p acad
"%1"
Alternate view:
"C:\Program Files\AutoCAD 2006\acad.exe"<space>-p<space>acad<space>"%1"
- Pick
OK to confirm
- Pick
OK once more
- Pick
Close.
- Double
pick a DWG file and it will load the drawing with the
profile specified.
- You
can confirm you are using the correct profile.
- Open
the Tools menu and pick Options
- In
the Options dialog box, pick the Profiles tab to
see the current profile acad
|