@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