| Windows 2000 Basics : Working with Files Add and remove programs |
This is a series of tutorials about working with files.
One special type of file is a program file.
Program files usually have an ".exe" extension. In contrast to, for example, text files that you create with Notepad, program files do not contain data. Instead they contain instructions to the computer. The computer executes these instructions. The instructions tell the computer what windows to put on the screen, what to do when the user enters keystrokes, and so on.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |