script help

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Im trying to set up a logon script for a nt4 client. I
found this path on my old nt4 server and im trying to use
it on server 2000. will this work on server 2000.
Thanks for your help Chris

rundll32 printui.dll,PrintUIEntry /ifd:\drivers\HPLJ4
\Hpcps02.ini /n "\\server01\m7_printer" /in
 
--------------------
Content-Class: urn:content-classes:message
From: "Chris" <[email protected]>
Sender: "Chris" <[email protected]>
Subject: script help
Date: Mon, 7 Jun 2004 06:21:49 -0700

Im trying to set up a logon script for a nt4 client. I
found this path on my old nt4 server and im trying to use
it on server 2000. will this work on server 2000.
Thanks for your help Chris

rundll32 printui.dll,PrintUIEntry /ifd:\drivers\HPLJ4
\Hpcps02.ini /n "\\server01\m7_printer" /in
--------------------

Because the login script runs on the client and not on the server, it
doesn't matter what version of Windows the server is running....so your
answer is "Yes".
...Regarding the script syntax itself, type "rundll32
printui.dll,PrintUIEntry /?" at the CMD prompt to get a full listing.

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top