Copy files or folder
Solved/Closed
Hello,
I am raja. I need one batch file, using that bat file i want to copy all files or folder to another location.
Give me a quick & good reply.
Thanking you,
Raja E.
I am raja. I need one batch file, using that bat file i want to copy all files or folder to another location.
Give me a quick & good reply.
Thanking you,
Raja E.
Related:
- Copy files or folder
- Anvi folder locker reset key - Guide
- Recover files from hidden winmend folder - Recovery software Forum
- To recover hidden file by the win mend folder hidden - Hard Drive & SSD Forum
- Steam screenshot folder - Guide
- Clear recent files windows 11 - Guide
2 responses
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb491035(v=technet.10)?redirectedfrom=MSDN (scroll to the bottom there are some examples.)
xcopy C:\folderA D:\folderB /s /e
xcopy C:\folderA D:\folderB /s /e
Aug 17, 2009 at 10:07 AM
-darkgen-
Jul 2, 2010 at 02:29 AM
Nov 29, 2011 at 02:12 PM
xcopy %userprofile%\desktop\folderA D:\folderB /s /e