parent
08fe67bfd5
commit
8a7f3b3cba
2 changed files with 2 additions and 10 deletions
@ -1,11 +1,3 @@ |
|||||||
if exist "\\%IPASSERELLE_IP%\tools\signatures\%USERNAME%" ( |
if exist "\\%IPASSERELLE_IP%\tools\signatures\%USERNAME%" ( |
||||||
REM Windows 200 / XP / 2003 |
xcopy /E /I /Y \\%IPASSERELLE_IP%\tools\signatures\%USERNAME% "%USERPROFILE%\signature" |
||||||
if not exist "%USERPROFILE%\Documents" ( |
|
||||||
set DOC=Mes Documents |
|
||||||
) |
|
||||||
REM Windows Vista / 7 |
|
||||||
if exist "%USERPROFILE%\Documents" ( |
|
||||||
set DOC=Documents |
|
||||||
) |
|
||||||
xcopy /E /I /Y \\%IPASSERELLE_IP%\tools\signatures\%USERNAME% "%USERPROFILE%\%DOC%\signature" |
|
||||||
) |
) |
||||||
|
Loading…
Reference in new issue