Adding timestamps in Notepad

By Ryan Johnson, technology training coordinator

With this simple Notepad tip, you can track every time you add an entry to your file. This can be useful for documenting changes or keeping track of some project or customer interaction.

notepad-log1. Open a blank Notepad file
2. Write .LOG (in uppercase) in the first line of the file, followed by Enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process, appending the time and date to the end of the file and placing the cursor below it