Author Topic: (SOLVED) Question on command line options  (Read 6684 times)

0 Members and 1 Guest are viewing this topic.

vb-Brazil

  • Guest
(SOLVED) Question on command line options
« on: April 13, 2009, 10:06:53 PM »
Hi,

if I use "--continue=4", what is thhe meaning of "stop":

1) Stop processing the current file
2) Stop the whole scanning process

?

Thakns in advance
« Last Edit: April 16, 2009, 09:59:08 PM by vb-Brazil »

Offline zilog

  • Avast team
  • Advanced Poster
  • *
  • Posts: 957
  • or #f0; daa; add a,#a0; adc a,#40
Re: Question on command line options
« Reply #1 on: April 15, 2009, 11:44:04 AM »
Hi,

if I use "--continue=4", what is thhe meaning of "stop":

1) Stop processing the current file
2) Stop the whole scanning process

?

Thakns in advance

this means "when an infection is found, stop the scanning, and ask user for: (D/d)delete, (R/r)repair, (C/c)continue" exactly :).

regards,
pc
May's Law: Software efficiency halves every 18 months, compensating Moore's Law. (David May, INMOS)

vb-Brazil

  • Guest
Re: (SOLVED) Question on command line options
« Reply #2 on: April 16, 2009, 10:24:16 PM »
My sugestion would be:

insert the text

"default action is log and continue"

on the "avastcmd --help" text, or at least on the man page.

Thanks for your attention.