Skip to content

Instantly share code, notes, and snippets.

@M3nin0
Created August 5, 2016 15:00
Show Gist options
  • Save M3nin0/dd6472fb4ef497e79ede2811fe39fc5d to your computer and use it in GitHub Desktop.
Save M3nin0/dd6472fb4ef497e79ede2811fe39fc5d to your computer and use it in GitHub Desktop.
Remova o backup do MySQL de maneira rapida e simples
@echo off
forfiles -p "CAMINHODOBANCO" -s -d -1 -m *.bak -c "cmd /c del /f /q @path"
stop
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment