Heres the simple batch
===============
xcopy.exe g:\*.doc g:\temp\4test\12 /W /I /F /V
REM copies and verifies all docs
pause
=================
Yes it does copy .doc's, but only from the root directory (G:*.doc), but will not copy from folders and subfolders inside G:
Any ideas? JeffS
===============
xcopy.exe g:\*.doc g:\temp\4test\12 /W /I /F /V
REM copies and verifies all docs
pause
=================
Yes it does copy .doc's, but only from the root directory (G:*.doc), but will not copy from folders and subfolders inside G:
Any ideas? JeffS