diff --git a/BaseGitClone.bat b/BaseGitClone.bat index c9532ab..f7acf3f 100755 --- a/BaseGitClone.bat +++ b/BaseGitClone.bat @@ -1,4 +1,4 @@ -@echo off +@echo on set check_computername=%COMPUTERNAME% echo "Found computer %check_computername%" diff --git a/BaseGitConfig.bat b/BaseGitConfig.bat index f14a762..0f007de 100755 --- a/BaseGitConfig.bat +++ b/BaseGitConfig.bat @@ -1,4 +1,4 @@ -@echo off +@echo on set check_computername=%COMPUTERNAME% echo "Found computer %check_computername%" diff --git a/BaseGitPull.bat b/BaseGitPull.bat index 11a9741..0f6f6fe 100755 --- a/BaseGitPull.bat +++ b/BaseGitPull.bat @@ -1,4 +1,4 @@ -@echo off +@echo on set check_computername=%COMPUTERNAME% echo "Found computer %check_computername%" diff --git a/base_Logon.bat b/base_Logon.bat index a3f652f..e7e7069 100644 --- a/base_Logon.bat +++ b/base_Logon.bat @@ -1,4 +1,4 @@ -@echo off +@echo on call C:\Scripts\wBase\baseENV.bat @REM xxxxxxx echo "START: %~n0" diff --git a/base_Onboot.bat b/base_Onboot.bat index 1af3ce8..adc815f 100644 --- a/base_Onboot.bat +++ b/base_Onboot.bat @@ -1,4 +1,4 @@ -@echo off +@echo on call C:\Scripts\wBase\baseENV.bat @REM xxxxxxx echo "START: %~n0"