From 59afc7b73a80ff60ad22841340ad65287b16623a Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 13 Sep 2024 19:18:24 +0100 Subject: [PATCH] . --- BaseGitClone.bat | 2 +- BaseGitConfig.bat | 2 +- BaseGitPull.bat | 2 +- base_Logon.bat | 2 +- base_Onboot.bat | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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"