opening dwg files from SharePoint using AutoCAD tool palette

opening dwg files from SharePoint using AutoCAD tool palette

dfitzgerald
Explorer Explorer
579 Views
1 Reply
Message 1 of 2

opening dwg files from SharePoint using AutoCAD tool palette

dfitzgerald
Explorer
Explorer

Hey Guys,

 

I've currenty just changed jobs and they are use sharepoint to store there drawings and standard details, at my old work they used a server so i was able to use this command sting and a lisp call _newdwgfromdwt

 

^C^C^P(if (not _NewDWGFromDWT)(load "T:/HYDRAULIC/ADG Design and Drafting/ADG_Hydraulics AutoCAD/lisp/_NewDWGFromDWT.lsp"));(_NewDWGFromDWT "T:/HYDRAULIC/ADG Design and Drafting/ADG_Hydraulics AutoCAD/ADG_HYD_TYPICAL FIRE DETAILS.dwg");

 

to open the dwg files from my toolpalette instead of navigation to its location on the server is there anyway to chang the command sting to open dwg file from sharepoint using my toolpalette?

 

Kind Regards

 

0 Likes
580 Views
1 Reply
Reply (1)
Message 2 of 2

pendean
Community Legend
Community Legend
Read this ongoing discussion about using SharePoint while you wait https://forums.autodesk.com/t5/autocad-forum/sharepoint-based-support-files-lessons-learned/m-p/9761...
0 Likes