Anuncios

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

Anonymous
en respuesta a: Alfred.NESWADBA

Hi,

 

If I double click a dwg-file on the second monitor, it opens correctly on the primary monitor.....

 

I got the this to work from a command promt:

"C:\Program Files\Common Files\Autodesk Shared\AcShellEx\AcLauncher.exe" "\\mark-serv2\acad\ARKE\E00\000-199\400E118A.dwg"

 

In Access, instead of the the hyperlink (\\mark-server\acad\ARKE\E00\000-199\400E118A.dwg), I tried to make a SHELL call:

Shell "C:\Program Files\Common Files\Autodesk Shared\AcShellEx\AcLauncher.exe \\MARK-SERV2\Tegning\acad\ARKE\E00\000-199\400E118A.dwg", vbMaximizedFocus - dont work!!!

 

Using acad.exe it does work, but opens a new session every time.

Shell "C:\CAD\AutoCAD 2016\acad.exe \\MARK-SERV2\Tegning\acad\ARKE\E00\000-199\400E118A.dwg", vbMaximizedFocus

 

What else should I try? :cara_con_una_leve_sonrisa: