Author Topic: change the qnew template default path?  (Read 2816 times)

0 Members and 1 Guest are viewing this topic.

vinnypoon

  • Guest
change the qnew template default path?
« on: February 01, 2005, 01:56:50 PM »
Anyone know the codes to change the qnew default path? I'm trying to update some options setting for a group of users. Thanks

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
change the qnew template default path?
« Reply #1 on: February 01, 2005, 02:27:46 PM »
If I enter 'qnew' I get a dialog called "Select Template" ,  how does that affect 'savepath'. You lost me!!
TheSwamp.org  (serving the CAD community since 2003)

ronjonp

  • Needs a day job
  • Posts: 7531
change the qnew template default path?
« Reply #2 on: February 02, 2005, 10:37:34 AM »
You could add this to their startup:

Code: [Select]
(setenv "TemplatePath" "C:\\Your\\Path\\here")

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

vinnypoon

  • Guest
change the qnew template default path?
« Reply #3 on: February 03, 2005, 02:10:13 PM »
(setenv "qnewTemplate" "C:\\Your\\Path\\here") is what I was looking for Thanks.


Quote from: ronjonp
You could add this to their startup:

Code: [Select]
(setenv "TemplatePath" "C:\\Your\\Path\\here")

Ron