Tom's Guide > Forum > Programmation > Script Détection

Script Détection

Forum Programmation : Script Détection

TomsGuide.com : 800 000 inscrits répondent à toutes vos questions high-tech et informatique. Pour obtenir de l'aide, inscrivez-vous gratuitement !
Mot :    Pseudo :           
 

Bonsoir,

J'aimerais savoir ce qui cloche dans le texte ci-dessous.
Je ne suis pas sous XP (Vista). Mais des personnes ont fait des tests pour moi :


@echo off

echo Rapport fait à %time% le %date%>>%systemdrive%\result.txt
echo.>>%systemdrive%\result.txt

:search

set comptlop=0
echo ******************************************>>%systemdrive%\result.txt
echo Recherche des faux utilitaires>>%systemdrive%\result.txt
echo.>>%systemdrive%\result.txt

cd %programfiles%

IF EXIST C2Media (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\C2Media [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Adverts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Adverts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Bitdownload (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Bitdownload [b]Présent[/b] !>>%systemdrive%\result.txt
)
IF EXIST Multi_Media_France (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Multi_Media_France [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitGrabber (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitGrabber [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitRoll (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitRoll [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NetPumper (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NetPumper [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentQ (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentQ [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Torrent101 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Torrent101 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitSoftporn (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitSoftporn [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Get-Torrent (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Get-Torrent [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentSoftware (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentSoftware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentGamers (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentGamers [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Winzix (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Winzix [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Video ActiveX Access (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video ActiveX Access [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MailSkinner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MailSkinner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST GoRecord 2 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\GoRecord 2 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST GoAstro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\GoAstro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST InternetGameBox (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\InternetGameBox [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SudoPlanet (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SudoPlanet [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WebMediaPlayer (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WebMediaPlayer [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MessengerSkinner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MessengerSkinner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Instant Access (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Instant Access [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST INSTAFINK (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\INSTAFINK [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST RXtoolbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\rxtoolbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Myway (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\myway [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Hbtools (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\hbtools [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Shopperreports (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\shopperreports [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Accoona (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\accoona [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Starware (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Starware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Mysearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\mysearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Need2Find (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Need2Find [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MyWebSearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MyWebSearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MyTotalSearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MyTotalSearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Myglobalsearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\myglobalsearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AskTBar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AskTBar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Hotbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Hotbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Gamesbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\gamesbar[b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Vstoolbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\vstoolbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SmartShopper (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SmartShopper [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Vsadd-in (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\vsadd-in [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FunWebProducts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FunWebProducts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FunWebProducts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FunWebProducts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ShoppingReport (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ShoppingReport [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST DriveCleaner 2006 Free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\DriveCleaner 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Erroguard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\erroguard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Error Safe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Error Safe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Error Safe Free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Error Safe Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ErrorSafe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ErrorSafe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Errorsafe free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\errorsafe free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SysProtect Free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SysProtect Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SystemDoctor 2006 Free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SystemDoctor 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiSpyware 2006 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiSpyware 2006 Free (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiSpyware 2006 Scanner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 Scanner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiVirus Pro 2006 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiVirus Pro 2006 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinFixer 2005 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinFixer 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinPopupGuard 2005 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinPopupGuard 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVermeans (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVermeans [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVerminser (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVerminser [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVermins (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVermins [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntivirusGold (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntivirusGold [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntivirusGolden (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntivirusGolden [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Antispyware Soldier (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Antispyware Soldier [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AdwareSheriff (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AdwareSheriff [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AlfaCleaner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AlfaCleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AdwareDelete (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AdwareDelete [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Brain Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Brain Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BraveSentry (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BraveSentry [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST DirectVideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\DirectVideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST EliteCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\EliteCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST eMedia Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\eMedia Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FreeVideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FreeVideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Gold Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Gold Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQVideoCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQVideoCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQvideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQvideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQ Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQ Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Internet Security (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Internet Security [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Image ActiveX Object (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Image ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iVideoCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iVideoCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iCodecPack (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iCodecPack [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQvideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinPopupGuard 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST IntCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\IntCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST JPEG Encoder (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\JPEG Encoder [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Key Generator (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Key Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Malware-Wipe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Malware-Wipe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWipe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWipe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWipePro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWipePro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWiped (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWiped [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWiped (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWiped [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST My Pass Generator (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\My Pass Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NewDotNet (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NewDotNet [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WebHancer (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\webHancer [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MPVIDEOCODEC (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MPVIDEOCODEC [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Media-Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Media-Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MSmessangerapi (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MSmessangerapi [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NewMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NewMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PestCapture (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PestCapture [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Perfect Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Perfect Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PornPass Manager (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PornPass Manager [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PowerCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PowerCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PCODEC (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PCODEC [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PornMag Pass (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PornMag Pass [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PestTrap (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PestTrap [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PSGuard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PSGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST QualityCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\QualityCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST RegistryCleaner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\RegistryCleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyDawn (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyDawn [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyCrush (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyCrush [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyMarshal (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyMarshal [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpySoldier (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpySoldier [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareKnight (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareKnight [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SiteTicket (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SiteTicket [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Silver Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Silver Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Super Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Super Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SoftCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SoftCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Spy-Heal(
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Spy-Heal[b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST strCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\strCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Safety Bar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Safety Bar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyGuard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyHeal (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyHeal [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyQuake2.com (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyQuake2.com [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Spyware Soft Stop (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Spyware Soft Stop [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyFalcon (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyFalcon [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareSheriff (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareSheriff [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareStrike (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareStrike [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyAxe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyAxe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyKiller (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyKiller [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Search Maid (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Search Maid [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Security IGuard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Security IGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TrueCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrueCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TrustIn Bar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Bar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TrustIn Contextual (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Contextual [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TrustIn Popups (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Popups [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TitanShield Antispyware (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TitanShield Antispyware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Trust Cleaner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Trust Cleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VidCodecs (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VidCodecs [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoAccess (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoAccess [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareQuake.com (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareQuake.com [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Video Access ActiveX Object (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video Access ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Video ActiveX Object (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoBox (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoBox [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoCompressionCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoCompressionCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoKeyCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoKeyCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideosCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideosCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiSpyPro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyPro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virus-Bursters (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virus-Bursters [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBursters (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBursters [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBurster (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBurster [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virus-Burst (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virus-Burst [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBlast (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBlast [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBurst (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBurst [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virtual Maid (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virtual Maid [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Win32p1Messenger (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Win32p1Messenger [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Win32z1Messenger (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Win32z1Messenger [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinHound (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinHound [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST X Password Generator (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\X Password Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST X Password Manager (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\X Password Manager [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ZipCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ZipCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)

if %comptlop%==0 echo Aucun programme détecté>>%systemdrive%\result.txt

echo *************** Fin de la recherche ****************>>%systemdrive%\set comptlop=0.txt
notepad %systemdrive%\result.txt
if exist %systemdrive%\result.txt del %systemdrive%\result.txt
exit

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.

Le bloc-notes devrait se lancer, ce qui n'est pas le cas.

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

on n'y peut rien.

Répondre à okinou

Vais chercher quand même.

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

oui ca peut aider, ce code tu l'as juste pompé je suppose ?
T'as demandé sur le site ou tu as eu ce code ?
tu as un message d'erreur retourné ?


Message édité par okinou le 23-05-2007 à 21:36:57
Répondre à okinou

1- j'ai demandé conseil à un membre
2- pas à demander puisque le membre l'a fait avec moi
3- peux pas vérifier (Vista), mais ceux qui l'ont fait, n'ont rien qui se passe

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

testé sous XP pro, ca marche...
ceux pour qui ca ne marche pas ont fait du copie colller ou ont eu un fichier?

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Le bloc-notes s'est bien ouvert ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

oui

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Tu peux me coller le contenu ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

de quoi? du résultat?
d'ailleurs au passage pour rechercher des répertoires avec des espaces, il faut utiliser des "

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Citation :

de quoi? du résultat?


Ce qu'il y avait dans le Bloc-Notes ?

Citation :

d'ailleurs au passage pour rechercher des répertoires avec des espaces, il faut utiliser des "


Ça :
echo %PROGRAMFILES%\X Password Manager Présent !>>%systemdrive%\result.txt
Deviendrait :
echo %PROGRAMFILES%\"X Password Manager" Présent !>>%systemdrive%\result.txt

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

non la c'est pas important, un echo prend en compte les espaces, mais

Code :
  1. IF EXIST Video ActiveX Access (


devient

Code :
  1. IF EXIST "Video ActiveX Access" (


sinon le résultat sera ca:

Rapport fait à 16:38:06.59 le 24/05/2007

******************************************
Recherche des faux utilitaires


C:\Program Files\Video ActiveX Access Présent !

C:\Program Files\GoRecord 2 Présent !

C:\Program Files\Instant Access Présent !

C:\Program Files\DriveCleaner 2006 Free Présent !

C:\Program Files\Error Safe Présent !

C:\Program Files\Error Safe Free Présent !

C:\Program Files\errorsafe free Présent !

C:\Program Files\SysProtect Free Présent !

C:\Program Files\SystemDoctor 2006 Free Présent !

C:\Program Files\WinAntiSpyware 2006 Présent !

C:\Program Files\WinAntiSpyware 2006 Free Présent !

C:\Program Files\WinAntiSpyware 2006 Scanner Présent !

C:\Program Files\WinAntiVirus Pro 2006 Présent !

C:\Program Files\WinFixer 2005 Présent !

C:\Program Files\WinPopupGuard 2005 Présent !

C:\Program Files\Antispyware Soldier Présent !

C:\Program Files\Brain Codec Présent !

C:\Program Files\eMedia Codec Présent !

C:\Program Files\Gold Codec Présent !

C:\Program Files\HQ Codec Présent !

C:\Program Files\Internet Security Présent !

C:\Program Files\Image ActiveX Object Présent !

C:\Program Files\JPEG Encoder Présent !

C:\Program Files\Key Generator Présent !

C:\Program Files\My Pass Generator Présent !

C:\Program Files\Perfect Codec Présent !

C:\Program Files\PornPass Manager Présent !

C:\Program Files\PornMag Pass Présent !

C:\Program Files\Silver Codec Présent !

C:\Program Files\Super Codec Présent !

C:\Program Files\Safety Bar Présent !

C:\Program Files\Spyware Soft Stop Présent !

C:\Program Files\Search Maid Présent !

C:\Program Files\Security IGuard Présent !

C:\Program Files\TrustIn Bar Présent !

C:\Program Files\TrustIn Contextual Présent !

C:\Program Files\TrustIn Popups Présent !

C:\Program Files\TitanShield Antispyware Présent !

C:\Program Files\Trust Cleaner Présent !

C:\Program Files\Video Access ActiveX Object Présent !

C:\Program Files\Video ActiveX Object Présent !

C:\Program Files\Virtual Maid Présent !

C:\Program Files\X Password Generator Présent !

C:\Program Files\X Password Manager Présent !

il faut vraiment que je m'achete norton...

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

C'est un bug, ne t'inquiète pas ;)
Je corrige.

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

Re,

 

Tu peux réessayer ?

 

@echo off

echo Rapport fait à %time% le %date%>>%systemdrive%\result.txt
echo.>>%systemdrive%\result.txt

:search

set comptlop=0
echo ******************************************>>%systemdrive%\result.txt
echo Recherche des faux utilitaires>>%systemdrive%\result.txt
echo.>>%systemdrive%\result.txt

cd %programfiles%

IF EXIST C2Media (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\C2Media [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Adverts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Adverts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Bitdownload (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Bitdownload [b]Présent[/b] !>>%systemdrive%\result.txt
)
IF EXIST Multi_Media_France (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Multi_Media_France [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitGrabber (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitGrabber [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitRoll (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitRoll [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NetPumper (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NetPumper [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentQ (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentQ [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Torrent101 (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Torrent101 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BitSoftporn (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitSoftporn [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Get-Torrent (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Get-Torrent [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentSoftware (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentSoftware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TorrentGamers (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentGamers [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Winzix (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Winzix [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Video ActiveX Access" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video ActiveX Access [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MailSkinner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MailSkinner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "GoRecord 2" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\GoRecord 2 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST GoAstro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\GoAstro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST InternetGameBox (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\InternetGameBox [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SudoPlanet (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SudoPlanet [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WebMediaPlayer (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WebMediaPlayer [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MessengerSkinner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MessengerSkinner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Instant Access" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Instant Access [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST INSTAFINK (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\INSTAFINK [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST RXtoolbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\rxtoolbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Myway (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\myway [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Hbtools (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\hbtools [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Shopperreports (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\shopperreports [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Accoona (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\accoona [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Starware (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Starware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Mysearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\mysearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Need2Find (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Need2Find [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MyWebSearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MyWebSearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MyTotalSearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MyTotalSearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Myglobalsearch (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\myglobalsearch [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AskTBar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AskTBar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Hotbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Hotbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Gamesbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\gamesbar[b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Vstoolbar (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\vstoolbar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SmartShopper (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SmartShopper [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Vsadd-in (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\vsadd-in [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FunWebProducts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FunWebProducts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FunWebProducts (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FunWebProducts [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ShoppingReport (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ShoppingReport [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "DriveCleaner 2006 Free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\DriveCleaner 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Erroguard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\erroguard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Error Safe" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Error Safe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Error Safe Free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Error Safe Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ErrorSafe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ErrorSafe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Errorsafe free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\errorsafe free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "SysProtect Free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SysProtect Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "SystemDoctor 2006 Free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SystemDoctor 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinAntiSpyware 2006" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinAntiSpyware 2006 Free" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 Free [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinAntiSpyware 2006 Scanner" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyware 2006 Scanner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinAntiVirus Pro 2006" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiVirus Pro 2006 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinFixer 2005" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinFixer 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "WinPopupGuard 2005" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinPopupGuard 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVermeans (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVermeans [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVerminser (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVerminser [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntiVermins (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntiVermins [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntivirusGold (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntivirusGold [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AntivirusGolden (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AntivirusGolden [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Antispyware Soldier (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Antispyware Soldier [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AdwareSheriff (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AdwareSheriff [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AlfaCleaner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AlfaCleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST AdwareDelete (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\AdwareDelete [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Brain Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Brain Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST BraveSentry (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BraveSentry [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST DirectVideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\DirectVideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST EliteCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\EliteCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "eMedia Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\eMedia Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST FreeVideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\FreeVideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Gold Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Gold Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQVideoCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQVideoCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQvideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQvideo [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "HQ Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\HQ Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Internet Security" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Internet Security [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Image ActiveX Object" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Image ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iVideoCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iVideoCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST iCodecPack (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\iCodecPack [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST HQvideo (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinPopupGuard 2005 [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST IntCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\IntCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "JPEG Encoder" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\JPEG Encoder [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Key Generator" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Key Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Malware-Wipe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Malware-Wipe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWipe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWipe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWipePro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWipePro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWiped (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWiped [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MalwareWiped (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MalwareWiped [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "My Pass Generator" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\My Pass Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NewDotNet (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NewDotNet [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WebHancer (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\webHancer [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MPVIDEOCODEC (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MPVIDEOCODEC [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Media-Codec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Media-Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST MSmessangerapi (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\MSmessangerapi [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST NewMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NewMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PestCapture (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PestCapture [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Perfect Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Perfect Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "PornPass Manager" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PornPass Manager [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PowerCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PowerCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PCODEC (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PCODEC [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "PornMag Pass" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PornMag Pass [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PestTrap (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PestTrap [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST PSGuard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\PSGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST QualityCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\QualityCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST RegistryCleaner (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\RegistryCleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyDawn (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyDawn [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyCrush (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyCrush [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyMarshal (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyMarshal [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpySoldier (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpySoldier [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareKnight (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareKnight [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SiteTicket (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SiteTicket [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Silver Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Silver Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Super Codec" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Super Codec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SoftCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SoftCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Spy-Heal(
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Spy-Heal[b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST strCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\strCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Safety Bar" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Safety Bar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyGuard (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyHeal (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyHeal [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyQuake2.com (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyQuake2.com [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Spyware Soft Stop" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Spyware Soft Stop [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyFalcon (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyFalcon [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareSheriff (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareSheriff [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareStrike (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareStrike [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyAxe (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyAxe [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpyKiller (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpyKiller [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Search Maid" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Search Maid [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Security IGuard" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Security IGuard [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST TrueCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrueCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "TrustIn Bar" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Bar [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "TrustIn Contextual" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Contextual [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "TrustIn Popups" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TrustIn Popups [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "TitanShield Antispyware" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TitanShield Antispyware [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Trust Cleaner" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Trust Cleaner [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VidCodecs (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VidCodecs [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoAccess (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoAccess [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST SpywareQuake.com (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\SpywareQuake.com [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Video Access ActiveX Object" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video Access ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "Video ActiveX Object" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Video ActiveX Object [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoBox (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoBox [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoCompressionCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoCompressionCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideoKeyCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideoKeyCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VideosCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VideosCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinAntiSpyPro (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinAntiSpyPro [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virus-Bursters (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virus-Bursters [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBursters (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBursters [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBurster (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBurster [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virus-Burst (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virus-Burst [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBlast (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBlast [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST VirusBurst (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\VirusBurst [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Virtual Maid (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Virtual Maid [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinMediaCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinMediaCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Win32p1Messenger (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Win32p1Messenger [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST Win32z1Messenger (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Win32z1Messenger [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST WinHound (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\WinHound [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "X Password Generator" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\X Password Generator [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST "X Password Manager" (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\X Password Manager [b]Présent ![/b]>>%systemdrive%\result.txt
)
IF EXIST ZipCodec (
echo.>>%systemdrive%\result.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\ZipCodec [b]Présent ![/b]>>%systemdrive%\result.txt
)

if %comptlop%==0 echo Aucun programme détecté>>%systemdrive%\result.txt

echo *************** Fin de la recherche ****************>>%systemdrive%\set comptlop=0.txt
notepad %systemdrive%\result.txt
if exist %systemdrive%\result.txt del %systemdrive%\result.txt
exit


Message édité par Angeldark le 24-05-2007 à 17:24:20
------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

comme il est vachement lent que je dois le lire (toujours etre prudent :))
conseil:
- commente le @echo off
- rajoute un echo truc recherché avant les IF (ainsi tu peux suivre la progression)
- commente le dernier exit, del ...
- lance le depuis un invite de commande

ainsi tu pourras voir les erreurs plus facilement, en l'occurrence, tu n'as pas férmé les " après Image ActiveX Object

si tu n'as pas d'éditeur avec lequel changer en masse les ligne, je peux poster le fichier avec les echo avant les IF

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Je suis sous Vista, je peux pas test :(
Fonctionne là ?

 

Merci encore.


Message édité par Angeldark le 24-05-2007 à 17:24:42
------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

Bon j'ai testé pour moi pas d'ouverture de notepad non plus :(

Juste un petit truc qui pourrait aider PowerBatch est un soft permettant de faire du pas à pas pour des batch ! J'essaye ça ce soir chez moi !

------------------------------ Microsoft : Most Intelligent Customers Realize Our Software Only (for) Fools ( and ) Teenagers

Des femmes nues et des gogos danseurs c'est sur BI
Répondre à maxcailla

tiens voila le lien du script corrigé
http://www.archlinuxfr.org/paste/675
http://www.archlinuxfr.org/paste/675/plain
c'est mieux pour recopier.

t'avais un " en moins
2 rép avec espaces mais sans "
et un espace en moins entre spy-heal et (

c'est le dernier point qui plantait le script


Message édité par coca25 le 24-05-2007 à 17:50:46
------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Merci Coca ;)

Tu as un rapport ?
Tu peux le poster ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark


Rapport fait à 18:01:53.75 le 24/05/2007

******************************************
Recherche des faux utilitaires

Aucun programme détecté

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Tu n'as pas ***Fin de la recherche*** ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

ah oui, mais c'est à cause de ce que tu as posté ;)

Citation :


echo *************** Fin de la recherche ****************>>%systemdrive%\set comptlop=0.txt
notepad %systemdrive%\result.txt
if exist %systemdrive%\result.txt del %systemdrive%\result.txt
exit


http://www.archlinuxfr.org/paste/676
http://www.archlinuxfr.org/paste/676/plain

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Je suis con :lol:
Tu n'as pas les accents sur ton pc ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

si mais archlinux marche en utf-8, il suffit de changer l'encodage sur le lien avec plain et tu les as

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Merci beaucoup pour ton aide ;)

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

:jap:

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Si t'as des problèmes de virus, je peux t'aider là :)

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

j'y penserais à l'occasion...

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Me revoilà.
Petite question : peut-on ajouter un menu et un texte ?

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

je vois pas ce que tu veux dire par rajouter du texte, pour le menu, voilà un exemple:


@echo off
:menu
echo 1-menu1
echo 2-menu2
echo 3-sortir

 

set /p choix="Taper votre choix: "
echo
echo vous avez tapé %choix%
IF "%choix%"=="1" goto menu1
IF "%choix%"=="2" goto menu2
IF "%choix%"=="3" goto fin

 

goto menu
:menu1
echo le menu 1
goto menu
:menu2
echo le menu 2
goto menu
:fin



Message édité par coca25 le 25-05-2007 à 11:51:44
------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Bon ton problème est résolu donc c'est bon.

Pour le menu :

EDIT : grilled by Coca

Pour le texte je comprends pas non plus : à part "echo" je vois pas quoi dire !?


Message édité par maxcailla le 25-05-2007 à 12:01:10
------------------------------ Microsoft : Most Intelligent Customers Realize Our Software Only (for) Fools ( and ) Teenagers

Des femmes nues et des gogos danseurs c'est sur BI
Répondre à maxcailla

Re,

Pour le texte = afficher un texte dans la commande. Ex :

Cet utilitaire....
Appuyez sur une touche pour continuer...

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

echo cet utilitaire...
pause

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25

Ok. J'ai un autre utilitaire qui est déjà utilisé par les helpers.
La nouvelle version à du mal à venir, ça bloque quelque part. Tu pourrais m'aider ?

 

@echo off

rem by moe31
rem by dude2005
rem by angeldark

@if exist %SystemDrive%\unpffc01.txt del / q %SystemDrive%\unpffc01.txt
@if exist %SystemDrive%\unpffc02.txt del / q %SystemDrive%\unpffc02.txt
@if exist %SystemDrive%\unpffc03.txt del / q %SystemDrive%\unpffc03.txt

echo Rapport fait à %time% le %date%>>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt
cd %systemdrive%\Documents and Settings
for /f "tokens=*" %%a in ('dir /b /-c /a:d-s') do (
dir /a /-c /o:-d /t:c "%%a\Application Data">>%systemdrive%\lop.txt)

:search

echo ******************************************>>%systemdrive%\lop.txt
echo Recherche des taches planifiées dans %windir%\tasks>>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt
cd %windir%\tasks
dir /a /o:-d /t:c>>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt

set comptlop=0
echo ******************************************>>%systemdrive%\lop.txt
echo Recherche dans Program files>>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt

cd %programfiles%

IF EXIST C2Media (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\C2Media [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Adverts (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Adverts [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Bitdownload (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Bitdownload [b]Présent[/b] !>>%systemdrive%\lop.txt
)
IF EXIST Multi_Media_France (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Multi_Media_France [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST BitGrabber (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitGrabber [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST BitRoll (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitRoll [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST NetPumper (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\NetPumper [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST TorrentQ (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentQ [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Torrent101 (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Torrent101 [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST BitSoftporn (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\BitSoftporn [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Get-Torrent (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Get-Torrent [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST TorrentSoftware (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentSoftware [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST TorrentGamers (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\TorrentGamers [b]Présent ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Winzix (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %PROGRAMFILES%\Winzix [b]Présent ![/b]>>%systemdrive%\lop.txt
)

if %comptlop%==0 echo Pas de dossiers relatifs à Lop>>%systemdrive%\lop.txt

set comptlop=0
echo ******************************************>>%systemdrive%\lop.txt
cd %windir%\system32
echo Recherche d'infections connues >>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt

IF EXIST bak (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %windir%\system32\bak [b]Lowzones possible ![/b]>>%systemdrive%\lop.txt
)
IF EXIST qvjpt (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %SYSTEM%\qvjpt.dll [b]Smitfraud ![/b]>>%systemdrive%\lop.txt
)
IF EXIST dtjby (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %SYSTEM%\dtjby.dll [b]Smitfraud ![/b]>>%systemdrive%\lop.txt
)
IF EXIST uimcu (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %SYSTEM%\uimcu.dll [b]Smitfraud ![/b]>>%systemdrive%\lop.txt
)
IF EXIST antzozc (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %SYSTEM%\antzozc.dll [b]Smitfraud ![/b]>>%systemdrive%\lop.txt
)
IF EXIST tahxqcj.dll (
echo.>>%systemdrive%\lop.txt
set /a comptlop==%comptlop%+1
echo %SYSTEM%\tahxqcj.dll [b]Smitfraud ![/b]>>%systemdrive%\lop.txt
)
IF EXIST Nvs2.inf (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %windir%\system32\nvs2.inf [b]Egdaccess possible ![/b]>>%systemdrive%\lop.txt
)
IF EXIST dm???.exe (
for /f %%a in ('dir /b dm???.exe') do (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %windir%\system32\dm???.exe [b]Wareout possible ![/b]>>%systemdrive%\lop.txt
)
)
IF EXIST jb???.exe (
for /f %%a in ('dir /b jb???.exe') do (
echo.>>%systemdrive%\lop.txt
set /a comptlop=%comptlop%+1
echo %windir%\system32\jb???.exe [b]Wareout possible ![/b]>>%systemdrive%\lop.txt
)
)
if %comptlop%==0 echo Pas d'infection reconnue>>%systemdrive%\lop.txt

echo Liste des programmes installés >>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt

echo ******************************************>>%systemdrive%\lop.txt
echo Liste des programmes installés >>%systemdrive%\lop.txt
echo.>>%systemdrive%\lop.txt

(
@for /f "tokens=7 delims=\" %%a in ('@reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"') do (
@reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%%a" /v DisplayName 2>NUL>>%SystemDrive%\unpffc01.txt)
@for /f "tokens=3* delims= " %%a in (%SystemDrive%\unpffc01.txt) do (
@echo %%a>>%SystemDrive%\unpffc02.txt)
@sort %SystemDrive%\unpffc02.txt>%SystemDrive%\unpffc03.txt
@del %SystemDrive%\unpffc02.txt
@del %SystemDrive%\unpffc01.txt
)
@type %SystemDrive%\unpffc03.txt>>%systemdrive%\lop.txt

@if exist %SystemDrive%\unpffc01.txt del / q %SystemDrive%\unpffc01.txt
@if exist %SystemDrive%\unpffc02.txt del / q %SystemDrive%\unpffc02.txt
@if exist %SystemDrive%\unpffc03.txt del / q %SystemDrive%\unpffc03.txt

echo *************** Fin du rapport ****************>>%systemdrive%\lop.txt
notepad %systemdrive%\lop.txt
if exist %systemdrive%\lop.txt del %systemdrive%\lop.txt
exit


Message édité par Angeldark le 25-05-2007 à 18:10:55
------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

Salut
je fais que passer, je voulais juste te féliciter pour ce genre de programme
ça va en aider plus d'un !

Répondre à Anonyme

Le dernier que je viens de poster est déjà utiliser par les helpers.
Il faut que je passe à la nouvelle version.

Merci :jap:

------------------------------ Prévention & Protection||Vous m'aimez ? Cliquez :o
Répondre à Angeldark

je te l'ai envoyé en mp, je viens de retrouver ce topic, je le poste ici aussi
http://pastebin.archlinux.fr/1273
http://pastebin.archlinux.fr/pastebin.php?dl=1273

------------------------------ Ne pas oublier le [resolu] pour finir le sujet.
Penser à voir les tutos, ca peut aider!
Répondre à coca25
Tom's Guide > Forum > Programmation > Script Détection
Aller à :

Il y a 348 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens