I need the following to copy. The problem is that it is UNC, so I need to use pushd first to change the directory. How can I write oneliner to do this job?
<Exec Command="xcopy /Y /F /S /R /I bin\*.dll \\nas.rc.se\test\DLL\$(ProjName)\Latest\"/>
So, I’m after somthing like pushd xcopy .... but I don’t know how to write it to make it work. Is it possible?
source
share