As having in the PostBuild event in the Visual Studio project line
copy SourcePath DestPath
have in the output window a list of all copied files with title and indent.

Something like this in the Output: \n ProjectName postbuild copy process: fileSource1 -> fileDest1 fileSourcen -> fileDestn

  • write a script that will do it - Abyx
  • @Abyx that is, shove a bash script into a project that will take 2 parameters. I call MyBat.bat SourcePath DestPath - but inside I'll still be copy. Or how to get for_each with names on each iteration? - rikimaru2013

0