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 | |
TITLE Microsoft Teams Re-Installer | |
:: Credits | |
ECHO. | |
ECHO ::MS Herramienta de Reinstalaci¢n de Microsoft Teams, Copyleft 2020:: | |
:: Global var definition | |
SET /A item=0 | |
SET scriptTaskInfo[0]=01.-Cerrando aplicaciones... |
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
# All Rights Reserved, 2018 | |
# v2.0.20181210 | |
# | |
# Description: | |
# Powershell Script to generate database backups for MS SQL Server (Any Edition) Installation. | |
# | |
# Credits: | |
# December 10, 2018: Edgar Gerardo Chinchilla Mazate, https://www.facebook.com/edgargerardo.chinchillamazate | |
# Changes: | |
# - Added a parameter to specify the max-age backup files to |
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
# All Rights Reserved, 2018 | |
# v2.0.20181210 | |
# | |
# Description: | |
# Powershell Script to generate database backups for MySQL Server (Any Edition) Installation. | |
# | |
# Credits: | |
# December 10, 2018: Edgar Gerardo Chinchilla Mazate, https://www.facebook.com/edgargerardo.chinchillamazate | |
# Changes: | |
# - Made the script params-ready to make it more dynamic and flexible |