!!! Ce message devrait-être dans la section réseau !!!
Cfaux a écrit :
...
je suis à la recherche d'un script (Dos, VBS... peu importe) qui me permettrait de pouvoir automatiser l'installation d'imprimante se trouvant sur un serveur windows vers des postes en Windows 9x
...
|
Salut,
Essaie de voir avec KiXtart : http://www.kixtart.org/
Définir une imprimante réseau : AddPrinterConnection( )
Action: Adds a connection to the specified printer for the current user.
Syntax: ADDPRINTERCONNECTION ("printer name" )
Parameters: Printer name, the (share)name of the printer to which to connect.
Remarks: This function is available only on Windows NT family, and can be used only to connect to printers on a server running the Windows NT/2000/XP operating system.
When Windows NT connects to the printer, it may copy printer driver files to the local computer. If the user does not have permission to copy files to the appropriate location, ADDPRINTERCONNECTION fails, and @ERROR returns ERROR_ACCESS_DENIED.
Example:
If ADDPRINTERCONNECTION ("\\vleerbeer\hp laserjet 4" ) = 0
? "Added printer connection...."
Endif
Message édité par Dji-Pih le 21-12-2005 à 13:20:22