Arc GIS For Autocad Lisp file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone had any luck getting this cad toolbar add-on to load without issue.
I'm trying to get it to load on startup in my Civil3D and AutoCAD environment.
This is the lisp file that I found on the web relating to it
Lisp file called ArcGIStoolbarAUTOLOAD.lsp
(command "_ribbon")
(command "netload" "C:\\Program Files\\ArcGIS for AutoCAD 370\\ArcGISForAutoCAD")
Problem is I cant see it in my startup cad session so I used appload to load it.
I have created a tool button with the code below to load it but it doesn't work. I get :"error load failed" at the command line.
This is my button coding ^C^C^P(load "S:/xx/xx/xx/xx/ArcGIStoolbarAUTOLOAD.lsp")
The x represents my network path.....this doesn't work though.
Any ideas where I am going wrong?