Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

hide system printers

8 REPLIES 8
Reply
Message 1 of 9
kclark138
319 Views, 8 Replies

hide system printers

Does anyone know how to set the hide systems printers box. I need to add it
to my startup lisp.

--
Kevin Clark E.I.T.
Hayes James & Assoc.

The best Land Development CAD tools
http://hyaline-eng.com/software/ldr.html
8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: kclark138

(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."



wrote in message news:5161389@discussion.autodesk.com...
Does anyone know how to set the hide systems printers box. I need to add it
to my startup lisp.

--
Kevin Clark E.I.T.
Hayes James & Assoc.

The best Land Development CAD tools
http://hyaline-eng.com/software/ldr.html
Message 3 of 9
kclark138
in reply to: kclark138

ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."



wrote in message news:5161389@discussion.autodesk.com...
Does anyone know how to set the hide systems printers box. I need to add it
to my startup lisp.

--
Kevin Clark E.I.T.
Hayes James & Assoc.

The best Land Development CAD tools
http://hyaline-eng.com/software/ldr.html
Message 4 of 9
Anonymous
in reply to: kclark138

Change the "0" to "1"......


wrote in message news:5161445@discussion.autodesk.com...
ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."
Message 5 of 9
kclark138
in reply to: kclark138

tried that. even tried putting it in it's own lsp file. nope. I'm running
civil 3d 2006, could that have something to do with it.
"Jeff Mishler" wrote in message
news:5161472@discussion.autodesk.com...
Change the "0" to "1"......


wrote in message news:5161445@discussion.autodesk.com...
ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."
Message 6 of 9
Anonymous
in reply to: kclark138

It might not take affect until you restart Acad. I'm not sure because I
just turn it off in the options dialog box, and never worry about it again.
If it changes back after you restart Acad, let me know and I (or someone
else who knows) will let you know another way to do it. I don't know one
off hand.

--

Tim
"A blind man lets nothing block his vision."



wrote in message news:5161445@discussion.autodesk.com...
ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."



wrote in message news:5161389@discussion.autodesk.com...
Does anyone know how to set the hide systems printers box. I need to add it
to my startup lisp.

--
Kevin Clark E.I.T.
Hayes James & Assoc.

The best Land Development CAD tools
http://hyaline-eng.com/software/ldr.html
Message 7 of 9
Anonymous
in reply to: kclark138

What is the following returns?

(getenv "HideSystemPrinters")

--
http://www.geometricad.com



tried that. even tried putting it in it's own lsp file. nope. I'm running
civil 3d 2006, could that have something to do with it.
Message 8 of 9
Anonymous
in reply to: kclark138

Nope, I just tested in C3D 2006 and it works fine.

Note that you must copy it EXACTLY as Tim showed it. Capitalization
counts........

(setenv "HideSystemPrinters" "1")
immediately toggled the checkbox in the Options dialog and disallowed me to
select my usual printer.

wrote in message news:5161463@discussion.autodesk.com...
tried that. even tried putting it in it's own lsp file. nope. I'm running
civil 3d 2006, could that have something to do with it.
"Jeff Mishler" wrote in message
news:5161472@discussion.autodesk.com...
Change the "0" to "1"......


wrote in message news:5161445@discussion.autodesk.com...
ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."
Message 9 of 9
kclark138
in reply to: kclark138

yep that was the key. Thanks
"Jeff Mishler" wrote in message
news:5161497@discussion.autodesk.com...
Nope, I just tested in C3D 2006 and it works fine.

Note that you must copy it EXACTLY as Tim showed it. Capitalization
counts........

(setenv "HideSystemPrinters" "1")
immediately toggled the checkbox in the Options dialog and disallowed me to
select my usual printer.

wrote in message news:5161463@discussion.autodesk.com...
tried that. even tried putting it in it's own lsp file. nope. I'm running
civil 3d 2006, could that have something to do with it.
"Jeff Mishler" wrote in message
news:5161472@discussion.autodesk.com...
Change the "0" to "1"......


wrote in message news:5161445@discussion.autodesk.com...
ok what happens when that doesn't work.
"T.Willey" wrote in message
news:5161422@discussion.autodesk.com...
(setenv "HideSystemPrinters" "0")

--

Tim
"A blind man lets nothing block his vision."

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost