ACADAUTO.chm not found

ACADAUTO.chm not found

devitg
Advisor Advisor
233 Views
3 Replies
Message 1 of 4

ACADAUTO.chm not found

devitg
Advisor
Advisor

Using  APROPS at VLIDE I get this alert. 

Please route me where it shall be .

I have the file , but VLIDE did not found

 

"C:\Program Files\Common Files\Autodesk Shared\en-US\acadauto.chm"

0 Likes
Accepted solutions (1)
234 Views
3 Replies
Replies (3)
Message 2 of 4

scot-65
Advisor
Advisor
Accepted solution

I no longer have access to VLIDE (LT).

This works here on my end:

 

(setq a "C:\\Program Files\\Common Files\\Autodesk Shared\\acadauto.chm")
(if (findfile a)
 (startapp "hh.exe" a)
 (alert (strcat a " not found."))
);if
(setq a nil)

 


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 3 of 4

scot-65
Advisor
Advisor

If that does not work, try this:

(startapp "hh.exe" (strcat "\"" a "\""))

 


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 4 of 4

devitg
Advisor
Advisor

Solved .  I set it at support folder

0 Likes