Wednesday, September 10, 2014

Script move files from source to destination.

@echo off
set sourcedir="d:\Projects\run\MVK.Common.MMM\WCFService"
set destdir="d:\Projects\run\WCFService\MVK.Common.BizTalk.MMM"

REM - Copy WCF Files into IIS Server
xcopy /E /Q /Y /I %sourcedir% %destdir%   

No comments:

Post a Comment