Bonjour, je voudrais copier un dossier (par exemple c:\donnees) de tous les utilisateurs du reseau (adresses ip : xxx.xxx.xxx.2 jusqu'à xxx.xxx.xxx.250). vers x:\%username%\donnees.
Si c'est possible de faire la boucle avec un fichier.bat, sinon un script .vbs.
merci pour votre aide
[Ed note: Google's translation follows]
Hello,I want to copy a folder (eg c: \ data) of all network users (IP addresses: xxx.xxx.xxx.2 up xxx.xxx.xxx.250). to x: \% username% \ data.
If it is possible to loop a file.bat, otherwise a. Vbs script.
thank you for your help
edited by moderator: French -> English -Razor2.3

This is usually done by the Admin of a Windows Server; the system that has the Domain Controller software, as you first need both access and permissions on every target system and that can not be done with a simple Windows Desktop system. Under Linux, the SUDO facility could give you the authority to mount a remote filesystem and then use RCP or CPIO to move the data
