Guest User

Untitled

a guest
Jan 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for /D %%x in ("D:DropboxSample C# Notes*") DO (
  2. COPY "D:DropboxSample C# Notes.COMInterop and C# Notes - Notes 1 to 10.pdf" "%%x"
  3. )
Add Comment
Please, Sign In to add comment