I have a solution with 3 projects in it. I need to copy a view from one project to another. I’m able to copy the created DLL via post build events like so:

So i want to copy the file in project one ‘/Views/ModuleHome/Index.cshtml’ to a folder in project 2.
How do I copy file(s) to my desired project via post-build event? Thanks
and if you want to copy entire folders:
Update: here’s the working version
Here are some commonly used switches with
xcopy: