mike_hd 10 Posted July 3, 2005 Report Share Posted July 3, 2005 hi ich brauch mal wieder einen Tip, ich muss demnächst verschiedene Drucker per Script einbinden in bekomm es einfach nicht gebacken ich weis nicht was ich falsch mache, hier nun mein einfaches Testscript: net use s: \\srv01\Daten rundll32 printui.dll,PrintUIEntry /in /n /y \\SRV01\Samsung net time \\srv01 /set /yes der Speicherort ist auch der richtige!!! und die Rechte stimmen auch. Quote Link to comment
xtragood 10 Posted July 3, 2005 Report Share Posted July 3, 2005 Hi, ich mach das in der Firma mit Kix, das ist ne einfachere und mächtigere Script Sprache für Logon Scripte: Kixtart Gruß, xtra PS: USE S: /DELETE USE S: "\\srv01\Daten" If ADDPRINTERCONNECTION ("\\SRV01\Samsung") = 0 ? "Added printer connection...." Endif SETTIME "Domain" Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.