HI, I have a little problem to convert avi to wmv files with "AVI to WMV Converter (TG-16)" it doesn't work! I have open the batch file called "WMVXMV.bat" to see how it is work. I saw this : "@REM wmedir = The directory Windows Media Encoder is installed (omit the trailing "\") @REM idir = The directory containing the input avi files @REM odir = The directory the resulting output files will be copied to set wmedir=C:\Program Files\Windows Media Components set idir=C:\WME\Raw set odir=C:\WME\Converted for /f "tokens=*" %%a IN ('dir /b "%idir%\*.avi"') do cscript.exe "%wmedir%\Encoder\wmcmd.vbs" -input "%idir%\%%a" -output "%odir%\%%~na.wmv" -loadprofile "C:\WME\App\WMVXMV.prx" but I don't have in my "program files" the directory "Windows Media Components" is this the problem? thank you for your answers