- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
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? ![]()