@echo off
REM ===========================================
REM Lancer IE en mode ftp avec authentification
REM ===========================================
echo.
echo ----------------------------------
echo ftp://ftpperso.free.fr
echo ----------------------------------
echo.
echo ==================
echo Time : %time%
echo ==================
for /f %%i in ('type p:\_\M\DIVERS\login_ftp1') do @set ll_oo_gg=%%i
for /f %%i in ('type p:\_\M\DIVERS\pwd_ftp1') do @set pp_ww_dd=%%i
"c:\Program Files\Internet Explorer\iexplore.exe" "ftp://%ll_oo_gg%:%pp_ww_dd%@ftpperso.free.fr"