I'm not sure why this website prevents users from editing their posts after only a short time frame, but this post needs fixed:
http://www.ubcd4win.com/...o...ost&p=52359 as I was not able to edit my post after the "Quick Edit" mode screwed up - ("Quick Edit" mode, and the % turns into 볔, "Full Edit" mode, and the website correctly displays the correct % symbol, go figure.
@ECHO off
Echo Updating Virus/Spyware Defs for UBCD4Win
set UBCD4Win=C:\UBCD4Win
if not exist %UBCD4Win% goto nonvalid
cls
Echo Updating Files Please Wait
echo Updating AntiVir
if not exist %UBCD4Win%\UBCDUpdater\AV7PE mkdir %UBCD4Win%\UBCDUpdater\AV7PE
xcopy %UBCD4Win%\BartPE\PROGRAMS\AV7PE\AV7PE.exe %UBCD4Win%\UBCDUpdater\AV7PE\ /y
echo 7zip extract
cd %UBCD4Win%\UBCDUpdater\AV7PE\
%UBCD4Win%\BartPE\PROGRAMS\7-zip\7z.exe e %UBCD4Win%\UBCDUpdater\AV7PE\AV7PE.exe
del %UBCD4Win%\UBCDUpdater\AV7PE\AV7PE.exe
cd %UBCD4Win%\UBCDUpdater
download.exe http://dl.antivir.de...undle_nt_en.zip /update
%UBCD4Win%\UBCDUpdater\unzip.exe -j -o -d %UBCD4Win%\UBCDUpdater\AV7PE %UBCD4Win%\UBCDUpdater\ivdf_fusebundle_nt_en.zip
echo 7zip rebuild
%UBCD4Win%\BartPE\PROGRAMS\7-zip\7z.exe a -sfx%UBCD4Win%\BartPE\PROGRAMS\7-zip\7zCon.sfx %UBCD4Win%\UBCDUpdater\AV7PE.exe %UBCD4Win%\UBCDUpdater\AV7PE
xcopy %UBCD4Win%\UBCDUpdater\AV7PE.exe "%UBCD4Win%\BartPE\PROGRAMS\AV7PE" /y
rmdir /S /Q %UBCD4Win%\UBCDUpdater\AV7PE\
del %UBCD4Win%\UBCDUpdater\AV7PE.exe
del %UBCD4Win%\UBCDUpdater\ivdf_fusebundle_nt_en.zip
echo Updating DrWeb
%UBCD4Win%\UBCDUpdater\download.exe
ftp://ftp.drweb.com/...reit/cureit.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\drwebcureit
echo Updating Avast
%UBCD4Win%\UBCDUpdater\download.exe http://files.avast.c...eng/aswclnr.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\Avast!VirusCleaner\aswclnr.exe
echo Updating Stinger
%UBCD4Win%\UBCDUpdater\download.exe http://download.nai....ert/stng260.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\stinger\stinger.exe
echo Updating A2Free
call "%UBCD4Win%\plugin\AntiSpyware\a2free\get_update.cmd"
echo Updating HijackThis
%UBCD4Win%\UBCDUpdater\download.exe http://www.trendsecu.../HiJackThis.zip /update
%UBCD4Win%\UBCDUpdater\unzip.exe -j -o -d %UBCD4Win%\BartPE\Programs\HijackThis %UBCD4Win%\UBCDUpdater\HiJackThis.zip
del %UBCD4Win%\UBCDUpdater\HiJackThis.zip
echo Updating CWShredder
%UBCD4Win%\UBCDUpdater\download.exe http://www.trendmicr.../cwshredder.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\CWShredder
echo Updating Xblocker
%UBCD4Win%\UBCDUpdater\download.exe http://www.xblock.co...clean_micro.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\XBlock
echo Updating Adaware
%UBCD4Win%\UBCDUpdater\download.exe http://download.lava...public/defs.zip /update
%UBCD4Win%\UBCDUpdater\unzip.exe -j -o -d %UBCD4Win%\BartPE\PROGRAMS\adaware %UBCD4Win%\UBCDUpdater\defs.zip
del %UBCD4Win%\UBCDUpdater\defs.zip
echo Updating RootKitty
%UBCD4Win%\UBCDUpdater\download.exe http://ezpcfix.net/dload/RootKitty.exe /update /output:%UBCD4Win%\BartPE\PROGRAMS\rootkitty
echo Updating Spybot
%UBCD4Win%\BartPE\PROGRAMS\spybot\SpybotSD.exe /autoupdate /taskbarhide /autoclose
echo Building UBCD4Win
if exist "%UBCD4Win%\temp\auto*.cmd" if exist "%UBCD4Win%\autobuild.cmd" (
call "%UBCD4Win%\autobuild.cmd"
pause
)
echo Error: autobuild from first run missing
echo run UBCD4WinBuilder.exe once. Don't delete %cd%\temp folder.
echo.
echo Proceed using emergency settings.
echo Result may differ from first run UBCD4WinBuilder.exe.
set loader=bootsect.bin
for /f %%a in ('dir "%UBCD4Win%\BartPE\%loader%" /b') do set loader=%%a
if not exist "%UBCD4Win%\BartPE\%loader%" (echo loader "%UBCD4Win%\BartPE\%loader%" not found & pause)
echo on
mkisofs.org -iso-level 4 -force-uppercase -volid "BartPE" -b %loader% -no-emul-boot -boot-load-size 4 -hide %loader% -hide boot.catalog -o "%UBCD4Win%\ubcd4win.iso" %OutDir%
%UBCD4Win%\UBCDUpdater\burnCDCC.exe /I=%UBCD4Win%\ubcd4win.iso
pause
This post has been edited by skywalker: 02 October 2007 - 02:00 AM