From 4add2bc8eaf93f3b8dca3ef094cf1738ca4baa6d Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 5 Sep 2025 22:22:25 +0100 Subject: [PATCH] . --- SystemChecks/l_FixWordPad.bat | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SystemChecks/l_FixWordPad.bat b/SystemChecks/l_FixWordPad.bat index 991839d..2e1f2f4 100644 --- a/SystemChecks/l_FixWordPad.bat +++ b/SystemChecks/l_FixWordPad.bat @@ -15,11 +15,17 @@ if exist %SoftwarePath% ( echo "%Software% is available" mkdir "C:\Scripts\Wordpad" - xcopy "W:\*" "S:\Scripts\Wordpad\" /h /e /y + xcopy "W:\*" "C:\Scripts\Wordpad\" /h /e /y ) else ( + if exist "D:\DocumentsHighfieldApps\Wordpad" ( + echo "%Software% is available on Server" + + mkdir "C:\Scripts\Wordpad" + xcopy "D:\DocumentsHighfieldApps\Wordpad\*" "C:\Scripts\Wordpad\" /h /e /y + ) else ( echo "%Software% is not installed" call %TMESSAGE% '"%Software% missing on %check_computername%"' + ) ) - exit /b