@echo off echo %COMPUTERNAME% | find /I "reception" >nul if %errorlevel%==0 ( C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat LibreOffice "C:\Program Files\LibreOffice\program\soffice.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Securilog "C:\Isopharm\Securilog\Securilog.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Daryou "C:\Windows\twain_32\DY50TWAIN\transfer.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Exact "C:\Program Files (x86)\Software of Excellence\EXACT\Launch\SoeiDental.ExactLauncher.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat ExaminePro "C:\Program Files (x86)\SOE\ExPro\ExPro.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Kavo "C:\Program Files (x86)\PaloDEx Group\IAM\KaVoDriverDashboard.exe" C:\Scripts\wLocal\SystemChecks\AddPrinters.bat ) echo %COMPUTERNAME% | find /I "surgery" >nul if %errorlevel%==0 ( C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Daryou "C:\Windows\twain_32\DY50TWAIN\transfer.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Exact "C:\Program Files (x86)\Software of Excellence\EXACT\Launch\SoeiDental.ExactLauncher.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat ExaminePro "C:\Program Files (x86)\SOE\ExPro\ExPro.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Kavo "C:\Program Files (x86)\PaloDEx Group\IAM\KaVoDriverDashboard.exe" C:\Scripts\wLocal\SystemChecks\AddPrinters.bat ) echo %COMPUTERNAME% | find /I "server" >nul if %errorlevel%==0 ( C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat BackupAssist "C:\Program Files (x86)\BackupAssist v12\BackupAssist.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat Exact "C:\Program Files (x86)\Software of Excellence\EXACT Server\dental.exe" C:\Scripts\wLocal\SystemChecks\CheckSoftware.bat SafeNet "C:\Program Files (x86)\SafeNet Sentinel\Sentinel Protection Installer\7.7.0\English\ReadMe.pdf" )