Skip to content

Instantly share code, notes, and snippets.

@gabeb1920
Created February 4, 2016 04:32
Show Gist options
  • Save gabeb1920/faa39546a9bed25ae456 to your computer and use it in GitHub Desktop.
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
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