Monday, May 29, 2006

Automatically insert DateTime in notepad

Automatically insert timestamp everytime a file is opened:
    1. Open notepad
    2. On the first line of the file type this:
    .LOG


    3. Hit ENTER to insert one carriage return.
    4. Save the file

    Now... everytime you open the file in notepad, a timestamp will be inserted.

NOTE: .LOG is case sensitive so make sure to have all letters capital.

Source: http://www.tech-recipes.com/windows_tips909.html

No comments: