| Author |
Message |
rmcguinness
Guest
|
Posted:
Fri Dec 17, 2004 9:10 pm Post subject:
CTB file locations |
|
|
I would like to be able to change the 'PLOT STYLE TABLE SEACH PATH' from the command line.....................
Anyone know how?
|
|
| Back to top |
|
 |
Jason Piercey
Guest
|
Posted:
Fri Dec 17, 2004 9:24 pm Post subject:
Re: CTB file locations |
|
|
(setenv "PrinterStyleSheetDir" "C:\\Your\\Path")
--
Autodesk Discussion Group Facilitator
"rmcguinness" <nospam@address.withheld> wrote in message
news:6413163.1103299877898.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | I would like to be able to change the 'PLOT STYLE TABLE SEACH PATH' from
the command line.....................
Anyone know how? |
|
|
| Back to top |
|
 |
rmcguinness
Guest
|
Posted:
Fri Dec 17, 2004 10:02 pm Post subject:
Re: CTB file locations |
|
|
EXACTLY what i was looking for.....thanks...
It works fine when i type it on the command line. However. Im trying to assign the command to a toolbar button, and when clicked the command pauses at each '\' and requires a right click to continue. Below is a paste from the command text window.....any ideas.....
Command: (setenv "PrinterStyleSheetDir" "s:
("_>
("_> cad
("_>
("_> support")
"s:\n\ncad\n\nsupport"
|
|
| Back to top |
|
 |
Jason Piercey
Guest
|
Posted:
Fri Dec 17, 2004 10:09 pm Post subject:
Re: CTB file locations |
|
|
either try using \\ for each \ (like my example) or
use / for each \
--
Autodesk Discussion Group Facilitator
"rmcguinness" <nospam@address.withheld> wrote in message
news:17945263.1103303004577.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | EXACTLY what i was looking for.....thanks...
It works fine when i type it on the command line. However. Im trying to
assign the command to a toolbar button, and when clicked the command pauses |
at each '\' and requires a right click to continue. Below is a paste from
the command text window.....any ideas.....
| Quote: |
Command: (setenv "PrinterStyleSheetDir" "s:
("_
("_> cad
("_
("_> support")
"s:\n\ncad\n\nsupport" |
|
|
| Back to top |
|
 |
rmcguinness
Guest
|
Posted:
Fri Dec 17, 2004 10:11 pm Post subject:
Re: CTB file locations |
|
|
sorry i was being dense!.....
Ive just replaced the double \\ with a single / and it works fine.
Now i have a toolbar with separate buttons for standard ctbs, consultants ctbs, etc etc, thus allowing the holy grail.....multiple ctb file locations!
Thanks for your help |
|
| Back to top |
|
 |
Jason Piercey
Guest
|
Posted:
Sat Dec 18, 2004 12:38 am Post subject:
Re: CTB file locations |
|
|
You don't need to reset the path to get multiple ctb
file locations. In the folder specified in the options
box place a shortcut to the other location(s),
AutoCAD will now look in all locations.
--
Autodesk Discussion Group Facilitator
"rmcguinness" <nospam@address.withheld> wrote in message
news:31887059.1103303523436.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | sorry i was being dense!.....
Ive just replaced the double \\ with a single / and it works fine.
Now i have a toolbar with separate buttons for standard ctbs, consultants
ctbs, etc etc, thus allowing the holy grail.....multiple ctb file locations!
Thanks for your help |
|
|
| Back to top |
|
 |
rmcguinness
Guest
|
Posted:
Mon Dec 20, 2004 3:49 pm Post subject:
Re: CTB file locations |
|
|
Ive found out about this method via this group. However, am i correct in thinking that if i used a short cut, i would see all of the ctb's ion the plot dialoge box pull down.
We have a consultant, who, because of the nature of the colours he uses will be providing us with a ctb for every drawing he produces (!).......this will amount to a hell of a lot of ctb's which i would only like to be visible when absolutley necessary. |
|
| Back to top |
|
 |
Jason Piercey
Guest
|
Posted:
Mon Dec 20, 2004 7:19 pm Post subject:
Re: CTB file locations |
|
|
That is correct, they will all be seen in the drop down.
Good luck with that client!
--
Autodesk Discussion Group Facilitator
"rmcguinness" <nospam@address.withheld> wrote in message
news:5430524.1103539777594.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | Ive found out about this method via this group. However, am i correct in
thinking that if i used a short cut, i would see all of the ctb's ion the |
plot dialoge box pull down.
| Quote: |
We have a consultant, who, because of the nature of the colours he uses
will be providing us with a ctb for every drawing he produces (!).......this |
will amount to a hell of a lot of ctb's which i would only like to be
visible when absolutley necessary. |
|
| Back to top |
|
 |
rmcguinness
Guest
|
Posted:
Tue Dec 21, 2004 3:41 pm Post subject:
Re: CTB file locations |
|
|
| We've also got some LT seats.........is there any way to do the same thing, on the command line, with these? |
|
| Back to top |
|
 |
Jason Piercey
Guest
|
Posted:
Tue Dec 21, 2004 7:50 pm Post subject:
Re: CTB file locations |
|
|
I have no idea on what LT natively supports.
I think it does support environment variables
but unsure of how they compare with the full
version of AutoCAD. I take it that the same
example doesn't work in LT?
--
Autodesk Discussion Group Facilitator
"rmcguinness" <nospam@address.withheld> wrote in message
news:3012351.1103625712288.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | We've also got some LT seats.........is there any way to do the same
thing, on the command line, with these? |
|
|
| Back to top |
|
 |
rmcguinness
Guest
|
Posted:
Wed Dec 22, 2004 2:29 pm Post subject:
Re: CTB file locations |
|
|
| No. As soon as you add a space, it takes it as a return and comes back with a 'lisp not supported' error. |
|
| Back to top |
|
 |
|
|
|
|