automatic file delete upon bootup

bromberg

New Member
I would like to use ERASER to delete the Zone Alarm 'tvdebug.log' file that gets created each time. How may I do this with each boot of my XP PC?
Thanks,
Dan
:?
 
bromberg said:
I would like to use ERASER to delete the Zone Alarm 'tvdebug.log' file that gets created each time. How may I do this with each boot of my XP PC?
Thanks,
Dan
:?

You should be able to do this by creating a script with an extention ".bat" or ".cmd" and a link to it in your "startup" folder. The script should contain something like:

C:\progra~1\eraser\eraserl -file "C:\somedirectory\tvdebug.log" -method DoD_E -queue -results
 
Back
Top