[EMAIL PROTECTED] wrote: > We're using the wget app to run our scheduled tasks. Each time it runs, a > copy of the file is created with a number added to the end of it. Is there > a way to turn this off? We tried adding --quiet to the bat file but it > still wrote the file.
-nc or -N depending on what you are trying to do. Probably -N. Max.
