
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all, I have this problem with this basic autolisp code. I wanted to link the longitude and lattitude of my autocad project with the same location on google map for a quick reference. so i wrote this
(defun C:googleMap ( )
(setq googleMap "https://maps.google.com/maps?q=loc:32.746635,-97.319549")
(startapp "explorer" google)
)
the code works with other urls like "https://maps.google.com" but not with this specific kind of url
"https://maps.google.com/maps?q=loc:32.746635,-97.319549"
it throws this error message
"There is no program associated to perform the requested action. Please install a program or, if one is already installed, create an association in the Default Programs control panel.
appreciate any help
Solomon Tessema
Solved! Go to Solution.