digitalshehan
2006-07-20 06:20:45 UTC
I need to copy all dlls from a given folder, including subdirectories,
to a common location. I tried using xcopy, but wasn't successful.
It seemed that xcopy needs the absolute file path, whereas I can only
provide the relative path. This is the command I'm using:
xcopy ..\..\Server\Modules\*.dll ..\..\BuildDeployment\Repository /s
anyone got a solution?
Thanks!
to a common location. I tried using xcopy, but wasn't successful.
It seemed that xcopy needs the absolute file path, whereas I can only
provide the relative path. This is the command I'm using:
xcopy ..\..\Server\Modules\*.dll ..\..\BuildDeployment\Repository /s
anyone got a solution?
Thanks!