This commit is contained in:
USER
2025-10-04 19:12:03 +01:00
parent b9cd7a2d21
commit 20a9ab4c58

View File

@ -23,9 +23,11 @@ if exist %SoftwarePath% (
mkdir "C:\Scripts\Wordpad" mkdir "C:\Scripts\Wordpad"
xcopy "D:\my\myHomes\DocumentsHighfieldApps\Wordpad\*" "C:\Scripts\Wordpad\" /h /e /y xcopy "D:\my\myHomes\DocumentsHighfieldApps\Wordpad\*" "C:\Scripts\Wordpad\" /h /e /y
mklink C:\Users\Public\Desktop\Wordpad "C:\Program Files\Windows NT\Accessories\wordpad.exe"
) else ( ) else (
echo "%Software% is not installed" echo "%Software% is not installed"
call %TMESSAGE% '"%Software% missing on %check_computername%"' call %TMESSAGE% '"%Software% missing on %check_computername%"'
) )
) )
exit /b exit /b