Created
August 5, 2016 15:00
-
-
Save M3nin0/dd6472fb4ef497e79ede2811fe39fc5d to your computer and use it in GitHub Desktop.
Remova o backup do MySQL de maneira rapida e simples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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