I have quite a few empty subdirectories (Jan to Dec) which will be filled as the year progresses. So I use the DOS command:
xcopy (source) (destination} (switches) to properly copy all the empty subdir from the source to the destination.
My question is: is there something similar under the copy and paste command in Windows?
my old DOS switches do allow me to do the following:
/S: Copy the specified dir and all its subdir, except for empty subdir
/E: Copy all subdir, incl. empty subdir. Use this switch with the /S switch.
Your inputs will be very much appreciated.
Charles.
xcopy (source) (destination} (switches) to properly copy all the empty subdir from the source to the destination.
My question is: is there something similar under the copy and paste command in Windows?
my old DOS switches do allow me to do the following:
/S: Copy the specified dir and all its subdir, except for empty subdir
/E: Copy all subdir, incl. empty subdir. Use this switch with the /S switch.
Your inputs will be very much appreciated.
Charles.