Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: A dumb question really!  (Read 3110 times)

0 Members and 1 Guest are viewing this topic.

willythecat

    Topic Starter


    Hopeful

    • Experience: Beginner
    • OS: Windows 7
    A dumb question really!
    « on: May 18, 2009, 02:58:03 PM »
    On a lighthearted note, nothing to do with viruses (sorry) but this is the forum where you request it the most. As l use Wordpad, why do you always request files sent to be in Notepad format.
    Just curious that's all.
    Thanks

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: A dumb question really!
    « Reply #1 on: May 18, 2009, 03:09:02 PM »
    Notepad  does not embed font format markers.
    Notepad  only does text and does not preserve hidden attributes of a document ogject.
    Just the text, all the text and nothing but the text.
    Code: [Select]
    This is WordPad
    with different formats
    
    Notice that is does not paste right.
    Now the same RTF opened by Notepad:
     
    Code: [Select]
    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}{\f1\fmodern\fprq1\fcharset0 Courier New;}{\f2\froman\fprq2\fcharset2 Webdings;}{\f3\froman\fprq2\fcharset0 Palatino Linotype;}}
    {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs48 This is WordPad\par
    \f1\fs36 with different formats\par
    \f2 that may lookl funny.\f3\par
    \f0\fs48\par
    \fs20\par
    }
     
    Now you know!

    willythecat

      Topic Starter


      Hopeful

      • Experience: Beginner
      • OS: Windows 7
      Re: A dumb question really!
      « Reply #2 on: May 18, 2009, 03:12:46 PM »
      Wow, another quick and comprehensive response as always.
      Thank you very much Geek, appreciated.
      I'll let you get back to the real world of answering "real" problems now!
      Regards

      evilfantasy

      • Malware Removal Specialist
      • Moderator


      • Genius
      • Calm like a bomb
      • Thanked: 493
      • Experience: Experienced
      • OS: Windows 11
      Re: A dumb question really!
      « Reply #3 on: May 18, 2009, 03:21:33 PM »
      It makes it safer for us to open them. Notepad uses the .txt format which isn't used to distribute malware. Wordpad uses .doc which is able to be infected.

      People used to attach Word documents which were unknowingly infected by whatever was on the computer. I won't open attached .doc or .zip files from an infected computer. Too risky.