Skip to content

Instantly share code, notes, and snippets.

@lukecamilo
Created May 22, 2019 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecamilo/9725948835e7bde84840351d6633873c to your computer and use it in GitHub Desktop.
Save lukecamilo/9725948835e7bde84840351d6633873c to your computer and use it in GitHub Desktop.
@echo off
echo Este ejecutable te devuelve todo lo que tenias en el pendrive.
echo Acordate de borrar todos los accesos directos y los .EXE que estan aca.
attrib /d /s -r -h -s *.*
echo.
echo.
echo Listo!
echo.
echo.
echo.
echo Creado por Lucas Camilo
echo.
echo.
pause
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment