Re: Copy directories
On 11.02.01 at 18:59 andrey wrote: >how can i copy a directory (including all >the subdirectories and files in it ) to another directory ? You could use a shell command. On Win32 use xcopy (the 32 bit version for long filenames). Take a look at the parameters with "xcopy /?". For example xcopy
Copy directories
Dear all ! Sorry for this stupid question : how can i copy a directory (including all the subdirectories and files in it ) to another directory ? Thanks a lot in advance . Andrey .