Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem replace Folder location with the actual folder location and file.extension with the file destination you want to copy from
- for /r "A:\PC\Desktop\Folder" %%i in (.) do @copy "A:\PC\Desktop\File.extension" "%%i"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement