Forums ProgMatique Forum Index Forums ProgMatique
Programmation (C/C++, JAVA, PHP, JavaScript, ...) et Informatique (Webmaster, Web)
Retour au site Progmatique

script copie police sur reseau

 
Post new topic   Reply to topic    Forums ProgMatique Forum Index » Programmation » Langages de script (batch, shell, fichier reg, etc...)
Previous topic :: Next topic  
Author Message
rihab84


Offline


Joined: 07 Apr 2009
Posts: 1


PostPosted: Tue 7 Apr 2009 - 16:59    Post subject: script copie police sur reseau Reply with quote

Bonjour,

je cherche à faire un script .bat pour installer des nouveaux polices sur les pc du reseau j'ai fait ça mais ça passe pas :


Code:
@echo off

copy /y "\\ODIN\e$\polices\*" "C:\windows\Fonts\"



comment le corriger
Back to top
Simon
Administrateur
Administrateur

Offline


Joined: 08 May 2005
Posts: 686
Localisation: France


PostPosted: Tue 7 Apr 2009 - 21:01    Post subject: script copie police sur reseau Reply with quote

Bonjour
remplace copy par xcopy
soit
Code:

@echo off

xcopy /y "\\ODIN\e$\polices\*" "C:\windows\Fonts\"

_________________
Simon (SimMaster),
Programmation et informatique
Colorisation syntaxique de codes sources
Outils et services autour de l'adresse IP
Back to top
Visit poster’s website
Display posts from previous:   
Post new topic   Reply to topic    Forums ProgMatique Forum Index » Programmation » Langages de script (batch, shell, fichier reg, etc...) All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  

Index | Create a forum | Free support forum | Free forums directory | Report a violation | Conditions générales d'utilisation
Powered by phpBB v2 © 2001, 2005 phpBB Group ¦ Theme: subSilver++