Starting Gziface.exe From Batch File
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
Comments
-
Hello,
You should close the interface by right clicking the icon in sytray and then the exit option because the process is protected.
Then you should start it like in your batch and shouldn't terminate.
Do you have the "Dumps" folder where you have installed the product and if so can you provide me those files?0 -
Hello,
You should close the interface by right clicking the icon in sytray and then the exit option because the process is protected.
Then you should start it like in your batch and shouldn't terminate.
Do you have the "Dumps" folder where you have installed the product and if so can you provide me those files?
hi!
thank you for your reply
i did disable bitdefender by rightklicking and using the exit option
i have attached the dump files/applications/core/interface/file/attachment.php?id=11495" data-fileid="11495" rel="">gz_tmp2A.txt
/applications/core/interface/file/attachment.php?id=11496" data-fileid="11496" rel="">gz_tmp2B.txt
/applications/core/interface/file/attachment.php?id=11497" data-fileid="11497" rel="">gz_tmp2C.txt
/applications/core/interface/file/attachment.php?id=11498" data-fileid="11498" rel="">gz_tmp2D.txt
/applications/core/interface/file/attachment.php?id=11499" data-fileid="11499" rel="">gz_tmp2E.txt
/applications/core/interface/file/attachment.php?id=11500" data-fileid="11500" rel="">gz_tmp2F.txt
/applications/core/interface/file/attachment.php?id=11501" data-fileid="11501" rel="">gz_tmp29.txt
/applications/core/interface/file/attachment.php?id=11502" data-fileid="11502" rel="">gz_tmp30.txt
0 -
We are investigating your problem and come back with an answer.
Thanks.0 -
Hello again,
We are still investigating the dumps you have sent us.
Can you try something in your ******?
In the last line of your ****** only put the the path to gziface.exe (D:\Programme\Bitdefender\Antivi~1\gziface.exe) without the "START" text and let us know if it works ok.0 -
hi!
i tried it out, but unfortunately it didn't change anything
0 -
Can you also try this: let the drive letter without quotes so that it shouldn't open a new cmd link in this eg:
START C:\"Program Files\Bitdefender\Antivirus Free Edition\gziface.exe"0 -
still no change
the icon appears, i hover over it - gone0