Author Topic: How to use "Trustedpaths"  (Read 2589 times)

0 Members and 1 Guest are viewing this topic.

MeasureUp

  • Bull Frog
  • Posts: 465
How to use "Trustedpaths"
« on: June 13, 2013, 09:13:07 PM »
I just upgraded to v2014.
How to add a trusted path by using "trustedpaths"?

Will this remove all existing trusted paths?
I am a bit scared before adding a trusted path.
Code: [Select]
(setvar "trustedpaths" "S:\My Lisps")
And how to show the entire list of trusted paths?
It returns the following when entered "trustedpaths" in the command line.
Quote
Command: TRUSTEDPATHS
Enter new value for TRUSTEDPATHS, or . for none <"C:\Program Files\Autodesk\AutoCAD 2014\acadm;C:\Program File...">:

Thanks for your helps.

WILL HATCH

  • Bull Frog
  • Posts: 450
Re: How to use "Trustedpaths"
« Reply #1 on: June 13, 2013, 09:46:19 PM »
looks like you should concatenate the old value with the new to avoid overwriting.  Me no speaka da lispy too gooder but something like:
(setvar "trustedpaths" (strcat (getvar "trustedpaths") ";S:\My Lisps")

huiz

  • Swamp Rat
  • Posts: 919
  • Certified Prof C3D
Re: How to use "Trustedpaths"
« Reply #2 on: June 14, 2013, 02:57:09 AM »
You can also turn off the check for trusted paths.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

MeasureUp

  • Bull Frog
  • Posts: 465
Re: How to use "Trustedpaths"
« Reply #3 on: June 14, 2013, 03:02:34 AM »
Thanks for your helps.

andrew_nao

  • Guest
Re: How to use "Trustedpaths"
« Reply #4 on: June 14, 2013, 08:50:25 AM »
I just upgraded to v2014.
How to add a trusted path by using "trustedpaths"?

Will this remove all existing trusted paths?
I am a bit scared before adding a trusted path.
Code: [Select]
(setvar "trustedpaths" "S:\My Lisps")

yes it will overwrite the trustedpath of what you had there originally

check out this topic for some code and info on trustedpaths
http://www.theswamp.org/index.php?topic=44322.0

check these out also
http://docs.autodesk.com/ACD/2014/ENU/index.html?url=files/GUID-9C7E997D-28F8-4605-8583-09606610F26D.htm,topicNumber=d30e104239

http://docs.autodesk.com/ACD/2014/ENU/files/GUID-C6DCBFE5-25F6-4387-BD02-B021FA06E3FD.htm