Sujet : Déployer PhotoFiltre en réseau: création de raccourcis... (*.bat) |
Webman |
C'est bon, finalement ca marche avec les guillemets. par contre pour les raccourcis ca ne marche pas... je vais essayer de voir ce qui cloche :)
:hello:
Code :
- if not exist c:\Program Files\photofiltre\PhotoFiltre.exe
- mkdir c:\Program Files\photofiltre\
- xcopy \\server\data\photofiltre\*.* "c:\Program Files\photofiltre\" /E /C /Y
- xcopy \\server\data\photofiltre.lnk "C:\Documents and Settings\All Users\Menu Démarrer\Programmes" /E /C /Y
- xcopy \\server\data\photofiltre.lnk "C:\Documents and Settings\All Users\Bureau" /E /C /Y
|
|