Thursday, 15 November 2012

Directory Listing Order

When in DOS if you type dir you get a directory listing in the order the machine finds the entries. I preferred them ordered.
So when on a new machine I use the following.
setx dircmd "/OG /ON"
This puts all the directories first and lists everything in alphabetical order. Again like the last blog you might need to log out and log back in to see if it is working.

P.S. to see the results straight away use

set dircmd=/OG /ON

No comments:

Post a Comment