This commit is contained in:
USER
2025-08-22 16:53:53 +01:00
parent 08e5510705
commit 1a93fccb97
13 changed files with 241 additions and 285 deletions

View File

@ -1,3 +1,20 @@
@Echo off
echo "Windows 10"
echo %COMPUTERNAME% | find /I "reception" >nul
if %errorlevel%==0 (
C:\Scripts\wLocal\SystemChecks\AddPrinters.bat
)
echo %COMPUTERNAME% | find /I "surgery" >nul
if %errorlevel%==0 (
C:\Scripts\wLocal\SystemChecks\AddPrinters.bat
)
echo %COMPUTERNAME% | find /I "server2" >nul
if %errorlevel%==0 (
echo " "
)