mikedi 10 Posted October 24, 2005 Report Share Posted October 24, 2005 Hollo zusammen, ich habe folgendes Script zur Druckerinstallation rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\HPColorI rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\HPOffice rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\BROTHERH Wie muß ich das ändern, damit die Installation bei einer Neuanmeldung, nicht nochmal installiert wird. Das heißt es sollte eine Überprüfung stattfinden, ob der Drucker schon installiert ist. :( Da ich schon lange google, aber nichts brauchbares finde, bitte ich hier um Hilfe. Danke :p Quote Link to comment
Wäscherei 11 Posted October 24, 2005 Report Share Posted October 24, 2005 Gibt es da nicht den Befehl "RunOnes" ? Quote Link to comment
mikedi 10 Posted October 24, 2005 Author Report Share Posted October 24, 2005 Ja den gibts aber wie kann ich den Einbinden? Vielleicht so set a1="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce" Mikedi Quote Link to comment
Wäscherei 11 Posted October 24, 2005 Report Share Posted October 24, 2005 Soviel ich weiß werden die Programme, die hinter RUNONES stehen, beim nächsten Start ausgeführt. Mehr kann ich dazu im Moment nicht sagen, habe den Befehl noch nicht angewendet Quote Link to comment
Kobald 10 Posted October 25, 2005 Report Share Posted October 25, 2005 In dem Key HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce legst du einen neuen Eintrag fest. Z.B. "app1" als string und dem wert "c:\doit.bat" Beim nächsten Start wird dann die Datei doit.bat auf c:\ ausgeführt und der Reg Key anschliesend vom System automatisch gelöscht. So kann man einmalig beim start bzw. anmelden scripte ausführen Gruß Kobald Quote Link to comment
madspin 10 Posted October 28, 2005 Report Share Posted October 28, 2005 mach einfach folgendes: if exist C:\%systemroot%\bla.txt goto end echo bla > C:\%systemroot%\bla.txt rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\HPColorI rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\HPOffice rundll32 printui.dll,PrintUIEntry /in /n \\SERVER\BROTHERH :end Dann kannst du dir die Registry-Aktion und etc. sparen 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.