No, scusa usa questo testo@echo off
:: See
http://www.cadzow.com.au/?Article=1898 for the latest version of this script.
:: 02/09/2009
echo ________________________________________________
echo.
echo This script will copy a backup of D-Link's
echo
wlanapi.dll into the relevant program folders.
echo.
echo Press Ctrl-C to abort or
pause
echo ________________________________________________
set Source=UninstallKB918997
if not exist %Windir%\$Nt%Source%$\
wlanapi.dll set Source=ServicePackUninstall
if not exist %Windir%\$Nt%Source%$\
wlanapi.dll goto Error
echo Found
wlanapi.dll at %Windir%\$Nt%Source%$...
xcopy %Windir%\$Nt%Source%$\
wlanapi.dll "%Programmi%\D-Link\AirPlus G" /y
xcopy %Windir%\$Nt%Source%$\
wlanapi.dll "%Programmi%\ANI\ANIWZCS2" /y
echo.
echo Finished. Now reboot.
goto End
:Error
echo Cannot find backup copy of
wlanapi.dll.
echo This script requires Windows XP.
echo Maybe you haven't installed Service Pack 3?
goto End
:End
echo ________________________________________________
set Source=