.cs\Example:
From the command line...
xcopy c:\from.path c:\to.path /D /E /Y /EXCLUDE:exclude.txtWith the following exclude.txt file (relative to the working directory):
.configNote: I know robocopy exists, I just haven't messed with it.
.sln
.suo
.csproj
.vbproj
.cs\
.vb
.pdb
.refresh
Note: "XCOPY /D /E /Y" copies all files and directories recursively without prompting
1 comments:
thanks! it works with cs\
Post a Comment