Monday, October 5, 2009

Pipe (|) Character

Type dir /s more in the command prompt, and then press Enter to show all folders one screen at a time. Alternatively, type dir /s /o more to sort all folders in alphabetical order.

If you want to see contents of a document one screen at a time, type this command:
type document.txt more.

If you want to switch to the Programs folder and then run application.exe, use this command:
cd program application.

No comments:

Post a Comment