What do you mean by?
Quote:


if there is, xcopy makes sense but then the current way of listing does not work.



I have sub directories I need to copy.

I'm having trouble with this shell statement, it asks me if I want to overwrite the file and then nothing happens.

Code:

shell 'cmd /c xcopy e:\data1\'+$folder+'\data\netscape\*.*' 'e:\data1\'+$folder+'\data\Netscape7\ /d /e /c /y /h /r'