diff --git a/SystemChecks/l_FixWordPad.bat b/SystemChecks/l_FixWordPad.bat index 75b22a3..b71adef 100644 --- a/SystemChecks/l_FixWordPad.bat +++ b/SystemChecks/l_FixWordPad.bat @@ -23,9 +23,11 @@ if exist %SoftwarePath% ( mkdir "C:\Scripts\Wordpad" 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 ( echo "%Software% is not installed" call %TMESSAGE% '"%Software% missing on %check_computername%"' ) ) exit /b +