By typing a simple entry (.LOG) on the first line of a Notepad document, Notepad will automatically enter the current time and date at the end of a document each time you open the file. This feature might be convenient if you keep an event log. Note that you must enter the text .LOG on the first line of the document, and it must be uppercase. You can also choose Edit-->Time/Date or press F5 to insert the current time and date at the location of the insertion point.
You can add Notepad to your Start menu so that you don't have to minimize other programs to access Notepad. Just click on the Start menu on the taskbar and chose Notepad. It opens right over other programs.
To put Notepad into your start menu, follow these steps:
Create a shortcut to it on your desktop.
In Windows, there is always more than one way to do something. Some methods are faster than others, but may require you to have more experience. For instance, if you are more adept at using your mouse, you can find the Notepad in the Programs --> Accessories menu as you normally would. Click and hold the Left mouse button while you drag the Notepad icon over the Start button. When you release the mouse button, a Notepad icon will have been inserted into the Start menu.
If you later decide you don't like the shortcut on the Start menu (see the next item if you need a reason), just click Start, then right click on the menu item, and select Delete from the drop down menu.
Reading the WinPack manual, which is downloadable as a PDF file from http://www.gb7fcr.plus.com/WinpUser6_80_PDF.zip, you find around a dozen references to using Notepad. On Page 100 you discover that it is possible to add links to external programs to the Files menu of WinPack. Here's how to add Notepad:
Windows Notepad
c:\windows\notepad.exe
False
False
Even cooler, you can add a button for Notepad on the WinPack Button bar by adding the following line to the NOTEPAD.XTR file:
Button=$WINP_PATH\ICONS\iconname.ico
You will have to find an appropriate icon. I found some good free icons at GoldenWeb.it - Icons - Textfile 2 and downloaded 62.ico. If you do that, save the icon file to your WinPack\ICONS directory. Then change the line in the NOTEPAD.XTR file to read:
Button=$WINP_PATH\ICONS\62.ico
and save the file. The next time you open WinPack, you will find a button to the right of the regular buttons. Click it and Notepad will open. Magic!
You can find lots of other cool things for Winpack at http://www.winpack.org.uk/ besides the manual. For example, there's a collection of almost 200 add-ins for the program.
Notepad is useful for collecting and keeping all sorts of information. For example, whenever you find useful information on an Internet site, simple copy it and paste it into a Notepad file. [You can also do this with messages received or procedures you are performing in WinPack.]
| Effect | Keyboard Shortcuts |
|---|---|
| Move cursor to the beginning of the line currently on. | Home |
| Move cursor to the end of the line currently on. | End |
| Cursor up one line. | Up |
| Cursor down one line. | Down |
| Scroll up one screen. | PageUp |
| Scroll down one screen. | PageDown |
| Scroll left one screen. | Ctrl + PageUp |
| Scroll right one screen. | Ctrl + PageDown |
| Scroll to the top of the document. | Ctrl + Home |
| Scroll to the bottom of the document. | Ctrl + End |
| Move left one word. | Ctrl + Left |
| Move right one word. | Ctrl + Right |
| Starts a new line or moves text after cursor down. | Enter |
| Deletes one character that cursor is on or currently selected text. | Delete (Del) |
| Deletes one character before the cursor. | Backspace |
| Pastes contents currently on clipboard. | Ctrl + V |
| Using shift in combination with any of the above scrolling or moving commands will select/highlight text, such as Ctrl + Shift + Right. | Shift |
| Copies currently selected text into Clipboard. | Ctrl + C |
| Cuts the currently selected text into Clipboard. | Ctrl + X |
| Find text. | Ctrl + Q + F |
| Repeat last search. | F3 |
| Displays help. | F1 |
| Effect | Keyboard Shortcuts |
|---|---|
| Switch between running applications: | Press Tab repeatedly while holding Alt. |
| Open the Start Menu: | Press Ctrl - ESC. |
| Tab (move from one control to another) in reverse: | Hold Shift while pressing Tab. |
| Switch among running programs: | Press Alt - TAB |
| Send the active window to the back: | Press Alt - ESC. |
| Capture the current window to the Clipboard as a graphic image: | Press Alt - PrntScrn |
| Capture the entire screen to the Clipboard as a graphic image: | Press CTRL - PrntScrn |
| Move to the next tab in a tabbed dialog box: | Hold Ctrl while pressing Tab. |
| Send the focus to the menu: | Press Alt by itself. Then use the cursor keys to navigate. |
| Expand all the directories in a branch in Explorer: | Select the desired branch in Explorer, and press * (the asterisk key). If Desktop is selected, all directories in all drives will be expanded. |
| Right-click (display an object's context menu): | Make sure the desired object has the focus, and press Shift-F10. |