Last active
April 14, 2017 01:12
-
-
Save FelipeGrijo/bfbbaaf85f30e38f2b61fb18a7a0afc2 to your computer and use it in GitHub Desktop.
Salvar PDFs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::https://gist.github.com/FelipeGrijo | |
xcopy /Y /S /C /G /H "C:\Users\*.pdf" "D:\" | |
::Mudar diretório |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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