05
Jun
Démaskeur Masker de Batchapp
Laddy à 12:28 dans Batchapp
Batchapp, membre du forum batch.xoo.it, propose son code source pour afficher les dossiers/fichiers cachés ou de les cacher.
::programme cr,e par Batchapp Assist 1.0
@echo off
title D,maskeur Maskeur By Batchapp
color a & mode con LINES=10 COLS=50
Rem ---------------------- Copyright -------------------------------------------
:: Code par Batchapp, ne pas copier, modifier, distribuer ce code sans mon
:: autorisation
:: Ne pas supprimer ce Copyright, merci.:-)
rem Batchapp_at_gmail_dot_com<
Rem ---------------------- Copyright -------------------------------------------
:: Menu
:menu
echo.
echo (o o)
ping localhost -n 1 > nul
echo ooO--(_)--Ooo
ping localhost -n 1 > nul
echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
set /P menu=Votre Choix:D,masquer (1) , Masquer (2) =
if %menu%==1 goto ss
if %menu%==2 goto s
@ping localhost -n 2 >nul
goto menu
:ss
cl
echo.
echo.
set /p f=Format de fichier a demasquer Ex:(gif)=
attrib -h *.%f% /s
echo.
echo (o o)
ping localhost -n 1 > nul
echo ooO--(_)--Ooo
ping localhost -n 1 > nul
echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
if exist *.%f% echo format *.%f% D,masquer
echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
echo.
set /P retour= Retour au Menu: M _ Quiter: Q =
if %retour%==q exit
if %retour%==m goto menu
@ping localhost -n 1 >nul
goto un
:s
cls
echo.
echo.
set /p f=Format de fichier a Masquer Ex (gif)=
attrib +h *.%f% /s
echo.
echo (o o)
ping localhost -n 1 > nul
echo ooO--(_)--Ooo
ping localhost -n 1 > nul
echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
if exist *.%f% echo format *.%f% Masquer
echo. ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
echo.
set /P retour= Retour au Menu: M _ Quiter: Q =
if %retour%==q exit
if %retour%==m goto menu
@ping localhost -n 2 >nul
goto deux
pause>nul
****************************************************



