Skip to content

Commit

Permalink
added xcopy_exclude.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleischkuechle committed May 19, 2024
1 parent c742424 commit 9ad5e6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 2_Double_Click_Me_To_Create_Binarys_from_input_to_output.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ set input=%cd%\input
set output=%cd%\output
REM copy from input to output folder
xcopy "%input%\*" "%output%\" /s /e
@REM REM this gives the ability to exlude subfolders from the copy process
@REM @REM example in the xcopy_exclude.txt
@REM @REM subfolder2\
@REM @REM subfolder1\
@REM @REM subfolder2\
@REM xcopy "%input%\*" "%output%\" /s /e /exclude:xcopy_exclude.txt



Expand Down
Empty file added xcopy_exclude.txt
Empty file.

0 comments on commit 9ad5e6d

Please sign in to comment.