net use * /del /yes
NET USE Y: \\10.86.17.243\d$ Autotestpassword /user:MSDOMAIN1\doautotester
set sourcePath="Y:\DOAutomationTest\automation_do_scriptlibrary_soapui\Compare Test and Benchmark Environment\Version 1\direct"
set targetPath="C:\Program Files\SmartBear\ReadyAPI-1.9.0\bin\scripts\direct"
pushd %sourcePath%
xcopy %sourcePath%\*.groovy %targetPath% /R /Y
net use * /del /yes
pause