Re: AVG antivirus sends noname files to contacts



Trent SC wrote:
When I get an e-mail with an attachment from a person who uses the AVG
Antivirus I get 2 files.One AVG_Certification.txt which informs me
that the e-mail is checked for viruses and the attachment as a noname
file without an extension.So I can't figure out what kind of file this
is and how to open it.Any help would be really appreciated.
Save As with .txt extension, then open in a text editor such as Notepad (I think the reason MS continues to distribute Notepad is that this trick is a useful diagnostic tool.) Text editors AFAIK never execute anything. They just display the file contents as ASCII or ANSI characters, which can look like gibberish, of course.

If the file is or contains text, you can read it. If it's not, then the header (first 256 characters, usually) in most cases contains a string that identifies the file type. Eg, WPC == WordPerfect, JFIF == jpeg, etc. HTML files are easily recognised. And so on. Rename the file with the appropriate file extension, and you can open it.

HTH

PS: a nit pick: standard English punctuation requires a space after a period denoting the end of a sentence.

Then perhaps you should have put the full stop outside the brackets (he who is without sin...).




When a complete sentence is bracketed, the period goes inside. When the bracketed bit is an apposition, the period goes outside. If that's confusing, choose one style, and stick to it. There are no fixed rules for brackets and periods, only regional variations in usage.

The space after the period (full stop) is designed for easier reading. It's not a matter of style or usage, but of courtesy.

That's enough picking of nits for this week. ;-)

--
wolf k.
.



Relevant Pages

  • Re: AVG antivirus sends noname files to contacts
    ... Text editors AFAIK never execute ... PS: a nit pick: standard English punctuation requires a space after a ... Then perhaps you should have put the full stop outside the brackets (he ... It's not a matter of style or usage, ...
    (alt.comp.anti-virus)
  • NIT BRACKETS
    ... Nit Men's Basketball Brackets ... Brackets Basketball 2009 Tournament Invitations Nit ...
    (sci.optics)
  • Re: Question about pointers
    ... That matches my usage, ... I think (parentheses) are often ... called brackets in British English, ... and {braces} is not uncommon. ...
    (comp.lang.c)
  • Re: OT: Brackets, parentheses, etc. (Was: C programming in 2011)
    ... I think there are differences between US and UK usage. ... do they unambiguously refer to? ... Almost everyone I know uses "brackets" for these, ... but these same people would understand "parentheses" just as well. ...
    (comp.lang.c)
  • Re: A quirk in the syntax of Prolog
    ... of operators have to be written with brackets. ... why is it that almost everyone in the Prolog ... community uses the term "brackets" (which is generic, ... I know that this usage dates back to the manual of ...
    (comp.lang.prolog)