Showing posts with label xcopy. Show all posts
Showing posts with label xcopy. Show all posts

Saturday, 8 August 2026

xcopy still works

You can still do a mean recursive copy in cmd.exe using:

xcopy *.* /s

But when copying to a target directory, make sure the directory exists, or it will create a file (as it has done consistently in previous versions).  

MS-DOS is still alive and well.