This commit is contained in:
USER
2025-09-02 21:09:46 +01:00
parent 3bebcf5f07
commit 01eb6d47f4
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ if %errorlevel%==0 (
%LOCAL%\SystemChecks\AddPrinters.bat
%LOCAL%\SystemChecks\RegistryUpdates.bat
%SECRETS%\l_Shares.bat
%SECRETS%\l_FixWordPad.bat
%LOCAL%\SystemChecks\l_FixWordPad.bat
)
echo %COMPUTERNAME% | find /I "server" >nul

View File

@ -15,7 +15,7 @@ if exist %SoftwarePath% (
echo "%Software% is available"
mkdir "C:\Scripts\Wordpad"
xcopy "W:\" "S:\Scripts\Wordpad" /h /e /y
xcopy "W:\*" "S:\Scripts\Wordpad\" /h /e /y
) else (
echo "%Software% is not installed"