Author Topic: Hide system printer  (Read 3700 times)

0 Members and 1 Guest are viewing this topic.

Amsterdammed

  • Guest
Hide system printer
« 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

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Hide system printer
« Reply #1 on: March 29, 2006, 03:12:36 AM »
Code: [Select]
(setenv "HideSystemPrinters" "1")
(setenv "HideSystemPrinters" "0")

Amsterdammed

  • Guest
Re: Hide system printer
« Reply #2 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

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Hide system printer
« Reply #3 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 :-)

Amsterdammed

  • Guest
Re: Hide system printer
« Reply #4 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.....