I have a problem with 2008. Whenever I double click a file another instance of AutoCAD software opens. I have to wait for the software to open again and again. Has anyone else encountered this and how can I fix it? thanks
I have a problem with 2008. Whenever I double click a file another instance of AutoCAD software opens. I have to wait for the software to open again and again. Has anyone else encountered this and how can I fix it? thanks
Set SDI = 0.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
I already tried that and it doesn't work for this problem.
See if this thread helps.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
Jabberwok, that's probably exactly what's happening here. If you have the acad.exe assigned to a DWG it will always open a new instance of acad.
See this thread instead: http://forums.augi.com/showthread.php?t=98023
Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!
Hmm, maybe, maybe not.
The most important part seems (to me) to be the DDE message "%1" (takes you back to the days of DOS). Acad could open multiple files in one application window for several releases before the DwgLauncher function was introduced.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
That might have been true (not sure DDE was available in DOS though, I think you're referring to Win95 or even Win3). Maybe you are thinking of the %1 which was (and still is) a placeholder for the 1st argument to a BAT file.
The if you simply use %1 as an argument to call an EXE then it's as if you typed it all into a Console DOS prompt. If you use DDE, then windows opens the EXE and sends it a command to open the file.
Anyhow, that's how it's supposed to work. For some reason we picked up that (at least 2008 ) caused multiple sessions with either the normal BAT like call or the DDE method. Maybe ADesk changed something there? The only way I can get a MDI session running is using the Launcher or opening through ACad itself.
Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!
If you have the option shown below enabled, you can get the same behavior.
C:> ED WORKING.... ▒
Last edited by jaberwok; 2010-01-22 at 09:54 PM.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.