From 9ad5e6d5a70b1940b0f78ffb52ae8441ae0c1945 Mon Sep 17 00:00:00 2001 From: Fleischkuechle Date: Sun, 19 May 2024 03:05:35 +0200 Subject: [PATCH] added xcopy_exclude.txt --- ...uble_Click_Me_To_Create_Binarys_from_input_to_output.bat | 6 ++++++ xcopy_exclude.txt | 0 2 files changed, 6 insertions(+) create mode 100644 xcopy_exclude.txt diff --git a/2_Double_Click_Me_To_Create_Binarys_from_input_to_output.bat b/2_Double_Click_Me_To_Create_Binarys_from_input_to_output.bat index 6dd6372..7ea22f6 100644 --- a/2_Double_Click_Me_To_Create_Binarys_from_input_to_output.bat +++ b/2_Double_Click_Me_To_Create_Binarys_from_input_to_output.bat @@ -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 diff --git a/xcopy_exclude.txt b/xcopy_exclude.txt new file mode 100644 index 0000000..e69de29