hey there!
i have a problem
as long as bitdefender free antivirus is running my lightscribe labeling is prone to error...
so i have to disable bitdefender while using lightscribe
to simplyfy that i wrote a little batch file
i tried to terminate the gziface.exe process using taskkill but that didn't work - any tips on how to get that working?
though i guess bitdefender is protected against termination using such simple ways 
everything seems to work fine so far
i close lightscribe, bitdefender reappears in the system tray (windows xp) and the command line closes
HOWEVER right after appearing in the system tray the gziface.exe process terminates again
why??
any help would be appreciated!
here's the batch-file
@echo off
cls
ECHO -------------------------------------------------------------------
ECHO.
ECHO.
ECHO Disable Bitdefender for labeling!
ECHO.
ECHO.
ECHO -------------------------------------------------------------------
ECHO.
ECHO.
PAUSE
START /w C:\Programme\LightS~1\TemplateLabeler.exe
ECHO.
ECHO.
ECHO -------------------------------------------------------------------
ECHO.
ECHO.
ECHO Restarting Bitdefender...
ECHO.
ECHO.
ECHO -------------------------------------------------------------------
PING -n 3 localhost > nul
START
\Programme\Bitdefender\Antivi~1\gziface.exe