Directory File List

G

Guest

I'm just starting to use XP (as an MCE) and wonder if there is a way to
change the listing of files in the directories in DOS to resemble the way my
old Me system did with shortcut name of file/type/size/date/long name- on the
printout, in that order.
Thanks,
Vince
 
W

Wesley Vogel

XP doesn't have DOS.

If you mean in a command prompt, type this in the window, dir /?

Look at /O sortorder

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
D

David Candy

For %A in (c*.*) do @echo %~nsA %~sxA %~zA %~tA

Make your own dir listing anyway you like. See the end of for /? for %~ switches.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top