1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:
@echo fora ajustar o yourfolderpath= c:\whatever ajustar o zipbasepath= c:\temp :: corda de data do formato (que espera %date% se realizar como “Wed 06/30/2010”) ajustar datestr=%date: /=-% ajustar datestr=%datestr: ~4% :: corda de tempo do formato (que espera %time% ser como “22: 00: 12.96”) ajustar timestr=%time:: =% ajustar timestr=%timestr: ~, - 3% ajustar datetimestr=%datestr% %timestr% ajustar filename=ETC-%datestr%.zip ajustar zippath=%zipbasepath% \ %datetimestr% se não existe o mkdir “%zippath%” de “%zippath%” ecoar fechando *.txt e *.bak de “%yourfolderpath% \” em “%zippath% \ em %filename%” :: commandline 7zip 7za.exe um “%zippath% \ um %filename%” “%yourfolderpath% \ *.txt” “%yourfolderpath% \ *.bak”