PDA

View Full Version : Opening multiple drawings in MEP 2008 sp1



bearden383
2008-04-15, 07:13 PM
When opening multiple drawings from explorer only about 80% of the drawings actually open. Is there a setting in ACAD that I need to change or is there a workaround? I've tried this which I got from other posts

"From File Explorer > Tools > Folder Options > File Types > wait, wait some more > highlight DWG in list, > Advanced
> highlight open > Edit... > (If open isn't there use New.. to create it.)

Application used to perform action:

"C:\Program Files\AutoCAD 2008\acad.exe" "%1"

Use DDE
checked

DDE Message:
[open("%1")]

Application:
AutoCAD.r17.DDE"

But it didn't change anything.
We just upgraded from 2007 which hasn't been uninstalled.
Any help would be appreciated.

jaberwok
2008-04-15, 07:23 PM
Hi, Welcome to AUGI.

Does "80% of the drawings" mean more than one at a time?
If so, the DDE method is not the problem.

bearden383
2008-04-15, 07:25 PM
by 80% I mean that if try to open 5 drawings only 4 will open. If I try to open 10 Only 8 will open.

jaberwok
2008-04-15, 07:30 PM
by 80% I mean that if try to open 5 drawings only 4 will open. If I try to open 10 Only 8 will open.

I thought so.
Hmm. I don't know of any acad variable would have that effect.
I'd guess at (lack of) memory but that wouldn't give a consistent result.

mockdeep
2008-04-15, 08:12 PM
I've had the same problem in Vanilla AutoCAD. I've just gotten into the habit of opening AutoCAD first and either dragging the files into the program or using the Open menu. It works fine both ways.

ozzy84
2008-04-15, 08:30 PM
double check your changes

this is what i have for OPEN action, copy and paste if needed

"C:\Program Files\Common Files\Autodesk Shared\AcShellEx\AcLauncher.exe" /O "%1"

[open("%1")]

AutoCAD.r17.DDE

blank

System

ccowgill
2008-04-16, 12:11 PM
the work around is, open autocad first, then select open via keyboard, pull down menu, or button and select multiple drawings to open. Opening multiple drawings from explorer was broken in 08 and has not been fixed in 09 either

jaberwok
2008-04-16, 12:14 PM
the work around is, open autocad first, then select open via keyboard, pull down menu, or button and select multiple drawings to open. Opening multiple drawings from explorer was broken in 08 and has not been fixed in 09 either

:beer:

It was a problem in R13 - A2000 as well.

John's rule of thumb - DO NOT OPEN DWG FILES FROM EXPLORER.