Re: Copy directories

2001-02-12 Thread Marcus
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

2001-02-11 Thread andrey
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 .