From 8ce2414aa4497f3d87a8f8842db26a8f57114cc1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 17 Feb 2021 09:27:04 +0100 Subject: [PATCH] Removed cc_find_changes.bat --- Scripts/cc_find_changes.bat | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 Scripts/cc_find_changes.bat diff --git a/Scripts/cc_find_changes.bat b/Scripts/cc_find_changes.bat deleted file mode 100755 index 8b63dd7d..00000000 --- a/Scripts/cc_find_changes.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -:: redirect stdout to stderr, so the login will be visible in console even if stdout was piped to a file -CALL rcleartool login 1>&2 -echo Searching for modified files in %CD%... 1>&2 -:: pipe the rcleartool output to the powershell script with the same name as this file -rcleartool lsco -cview -r | Powershell -executionpolicy unrestricted -File "%~dpn0.ps1" \ No newline at end of file