bat命令 备份解压清Chrome浏览器缓存

@echo The upgrade program will be start in 5 sec

@echo Please exit your chrome,otherwise will auto shutdown Chrome.

@echo off

timeout 5

cd C:\Program Files\7-Zip
echo d|Xcopy C:\ProgramData\Server\WebClient C:\ProgramData\Server\WebClient_bak_20230413 /s /e /y
7z x C:\DEMOClient\DOWNLOADS\webclient_v110.zip -oC:\ProgramData\Server -aoa

ping  127.0.0.1 -n 2 >nul

rd /s /q "C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cache"

rd /s /q "C:\Users\SHOP\AppData\Local\Google\Chrome\User Data\Default\Cache"

@echo Done,Please restart Chrome and start the POS,thanks.

timeout 5

 

posted @ 2023-04-13 15:34  路小乙  阅读(353)  评论(0编辑  收藏  举报