TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Amsterdammed on March 29, 2006, 01:01:49 AM

Title: Hide system printer
Post by: Amsterdammed on March 29, 2006, 01:01:49 AM
Hello there,

does anybody know the sysvar that toggles the "Hide system printer"? In our company it always starts with the printers hidden, and that is a real PITA.


Thanks in Advance
Bernd
Title: Re: Hide system printer
Post by: ElpanovEvgeniy on March 29, 2006, 03:12:36 AM
Code: [Select]
(setenv "HideSystemPrinters" "1")
(setenv "HideSystemPrinters" "0")
Title: Re: Hide system printer
Post by: Amsterdammed on March 29, 2006, 04:37:07 AM
Evgeny

Thanks, that works. Tricky, with setenv. You have to know it. So i can search forever in the sysvars.

Thanks, Bernd
Title: Re: Hide system printer
Post by: ElpanovEvgeniy on March 29, 2006, 04:41:22 AM
Evgeny

Thanks, that works. Tricky, with setenv. You have to know it. So i can search forever in the sysvars.

Thanks, Bernd

I frequently use (setenv....) to save the data between sessions autocad :-)
Title: Re: Hide system printer
Post by: Amsterdammed on March 29, 2006, 05:32:19 AM
Mee too.

I use it also for User settings in our company. But that acad use is is tricky, how to know when they use it.....