@ECHO OFF
REM – Check for an existing installation of Bitdefender Anti-Virus on the system
REM – For 64 Bit Windows
if exist “C:\Program Files (x86)\Bitdefender\Endpoint Security\epconsole.exe" goto EOF
REM – For 32 Bit Windows
if exist "C:\Program Files\Bitdefender\Endpoint Security\epconsole.exe" goto EOF
REM Deploy to Windows XP-2016
REM —————————————————————————————–
start \\Path_of_Installatio_tool
EXIT
REM — End of the script
:EOF
#Put the script in scripts folder for automatic running