Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Alfred.NESWADBA
en respuesta a: Anonymous

Hi,

 

this is not usual that AutoCAD moves the application window because of a file-open, it would also not be usual that AutoCAD even starts on another monitor than you closed it before (as long as you don't play with display settings or plugin and -out the second monitor in the meantime).

 

What happens when you have the Windows explorer on the second monitor and double click a DWG file?

 

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

>> "%1 \\serrver\acad\ARKE\E00\000-199\400E118A.dwg"

Is that the hyperlink text? If so you just need the path of the DWG, it is not necessary to have the exe within the path.

I also don't know what /O stands for

And imho really incorrect is %1 ... as that is by default the placeholder of the filename, so either use %1 or use the filename (%1 is used as placeholder so the shell function knows it has to use the 1st parameter send from Windows Explorer .. and this is the filename), both is invalid and can end in a start of AutoCAD with incorrect parameters..

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)