I just found a cool cmd window feature (from Windows and .NET Magazine). If you press F7 in a cmd window, you will get a list of all the previously entered commands in order. When you can pick one, the cmd window executes it. Try this:
- Go to Start/Run
- Type in cmd and hit Enter
- Type in ipconfig and hit Enter
- Type in cls and hit Enter
- Now hit the F7 key, and you should see something like this:
- You can move the selection using the arrow keys. When the command you want is highlighted, press Enter and it will execute it.