ok i maded my script to make an unattend install (not really hard, i know..... thx MSFN) but it's getting a little bite harder when i try to make a command to auto copy in the LANG folder the 3 files than i need to have it in french ...... so if someone can find a mistake in those 2 command pleaz tell me
**********
first one = unattend install + copy of the 3 files to put it in french :
CLS
@echo off
ECHO.
ECHO Ad-Aware 6
aaw6.exe /s
puchd "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"
%systemdrive%\Temp\Tools\Ad-aware\Francais.bmp
%systemdrive%\Temp\Tools\Ad-aware\Francais.det
%systemdrive%\Temp\Tools\Ad-aware\Francais.ini
************
second one = i just put in another method to copy the 3 LANG files
CLS
@echo off
ECHO.
ECHO Ad-Aware 6
xcopy %systemdrive%\Temp\Tools\Ad-aware\lang\ %ProgramFiles%\Lavasoft\Ad-aware 6\Lang
thx