Click to See Complete Forum and Search --> : DOS 101 question...


spaceman_333
October 10th, 2002, 07:52 AM
Hi Folks,

Too long ago, too little knowledge....

I boot to DOS, type DIR-----and it goes to the end so fast I can't tell what's in it. How do I open DIR and look (one line at a time) at what is there?

Thanks.

spaceman

DrMDJ
October 10th, 2002, 08:40 AM
How about one screen at a time?

DIR |MORE or DIR C:\Windows\*.* |MORE

(where "|" is the pipe character, above the "\" key).

spaceman_333
October 10th, 2002, 09:30 AM
HI DrMDJ,

That was it --- Thank you!!

spaceman

Vernon Frazee
October 10th, 2002, 07:37 PM
The DIR command in later versions of DOS, including Win9x/Me, has a "/p" (pause) switch. For example:dir /por:dir c:\windows\*.* /pType:dir/?|moreto see some brief DIR help.