Hello!

Try  XCOPY  C:\GAMES\*.* D:\GAMES /E /S

SOURCE:  C:\GAMES\*.*
DESTINATION D:\GAMES\

 */E*
  Copy subdirectories, even if empty.

  */S*
  Copy subdirectories, except empty ones.

Hope that helped

On Wed, Jan 6, 2021 at 10:23 AM Bryan Kilgallin <kilgal...@iinet.net.au>
wrote:

> I am trying to copy a tree, in the same way that Deltree removes one.
> The instructions at the following page, I find confusing.
> http://help.fdos.org/en/hhstndrd/xcopy.htm
> --
> members.iinet.net.au/~kilgallin/
>
>
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to