What command do you use to copy directoris from one drive to the other.
I have tried a few, but none has worked.
I'm using the MS DOS from Windos ME
Why doesn't these work:
copy c:\dir1 d:\dir2
copy c:\dir1 d:\dir2 /e
copy c:\dir1 d:\dir2 /s /e
xcopy c:\dir1 d:\dir2 /e
xcopy c:\dir1 d:\dir2 /s /e