@echo off rem // Ce script cache/affiche les fichiers et dossiers d'Ikki Boot rem // Auteur : Julien Billard rem // Licence : GNU GPL v2 rem // Site officiel : https://ikkiboot.tuxfamily.org/ rem // This script hides/displays files and folders of Ikki Boot rem // Author : Julien Billard rem // License : GNU GPL v2 rem // Official website : https://ikkiboot.tuxfamily.org/ rem // on récupere les attributs du dossier boot que l'on stocke rem // dans la variable VrTemp for /f "delims=" %%i in ('attrib boot') do Set VrTemp=%%i rem // on lance une recherche sur la variable VrTemp pour voir si la rem // chaine de caractère SH est trouvé rem // S = Système et H = Caché echo %VrTemp% |find /i "SH">nul rem // si il y n'a pas d'erreur (c'est à dire que dans la variable VrTemp il y a SH) rem // on affiche les fichiers et dossiers if %errorlevel% == 0 goto afficher rem cacher @echo on attrib +S +H adrv_fossapup64_9.5.sfs attrib +S +H boot attrib +S +H [BOOT] attrib +S +H bootdisk attrib +S +H clonezilla attrib +S +H .disk attrib +S +H gfm.iso attrib +S +H grldr attrib +S +H grub.exe attrib +S +H info attrib +S +H fdrv_fossapup64_9.5.sfs attrib +S +H initrd.gz attrib +S +H EFI attrib +S +H live attrib +S +H LIVEID attrib +S +H menu attrib +S +H puppy_fossapup64_9.5.sfs attrib +S +H script attrib +S +H slitaz attrib +S +H sysresccd attrib +S +H theme attrib +S +H vmlinuz attrib +S +H zdrv_fossapup64_9.5.sfs @echo off echo. echo ---------------------------------------------------------------------- echo Ikki Boot a ‚t‚ cach‚ avec succŠs // Ikki Boot was successfully hidden echo ---------------------------------------------------------------------- echo. echo Appuyez sur une touche pour quitter // Press a key to exit pause > nul exit :afficher @echo on attrib -S -H adrv_fossapup64_9.5.sfs attrib -S -H boot attrib -S -H [BOOT] attrib -S -H bootdisk attrib -S -H clonezilla attrib -S -H .disk attrib -S -H gfm.iso attrib -S -H grldr attrib -S -H grub.exe attrib -S -H info attrib -S -H initrd.gz attrib -S -H EFI attrib -S -H fdrv_fossapup64_9.5.sfs attrib -S -H live attrib -S -H LIVEID attrib -S -H menu attrib -S -H puppy_fossapup64_9.5.sfs attrib -S -H script attrib -S -H slitaz attrib -S -H sysresccd attrib -S -H theme attrib -S -H vmlinuz attrib -S -H zdrv_fossapup64_9.5.sfs @echo off echo. echo ------------------------------------------------------------------ echo Ikki Boot est d‚sormais accessible // Ikki Boot it's now available echo ------------------------------------------------------------------ echo. echo Appuyez sur une touche pour quitter // Press a key to exit pause > nul