Guest User

Untitled

a guest
Jan 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set source="C:UsersmeDocumentssourcefolder"
  2. set dest="\SHAREFOLDERmedestfolder"
  3. xcopy %source%+"*.cpp" %dest%
  4.  
  5. xcopy "C:UsersmeDocumentssourcefolder*.cpp" "\SHAREFOLDERmedestfolder"
Add Comment
Please, Sign In to add comment