Created
February 4, 2016 04:32
-
-
Save gabeb1920/faa39546a9bed25ae456 to your computer and use it in GitHub Desktop.
Batch script to copy a PDF file from a network share to the local public desktop
This file contains 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
copy /y "\\mosaiqServer\networkShare\outputFile.pdf" "C:\Users\Public\Desktop\outputFile.pdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment