Skip to content

Instantly share code, notes, and snippets.

@FelipeGrijo
Last active April 14, 2017 01:12
Show Gist options
  • Save FelipeGrijo/bfbbaaf85f30e38f2b61fb18a7a0afc2 to your computer and use it in GitHub Desktop.
Save FelipeGrijo/bfbbaaf85f30e38f2b61fb18a7a0afc2 to your computer and use it in GitHub Desktop.
Salvar PDFs
::https://gist.github.com/FelipeGrijo
xcopy /Y /S /C /G /H "C:\Users\*.pdf" "D:\"
::Mudar diretório
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "D:\Backup.bat" & Chr(34), 0
Set WshShell = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment