Just a hint, but you can still use the old DirCmd to arrange files in
alphabetical order and one page at a time, with all the directories at the
top
Right click My Computer, select properties,
click Advanced and Environment Variables,
Under User Variables, click Edit,
Under Variable name Type DirCmd press the tab key
Type /o/p click OK, OK, OK
--
Jerry
If you want the best seat in the house,
You'll have to move the cat.
Ayush said:
Replied to [Stan Brown]s message :
Thu, 15 Feb 2007 12:27:20 -0800 from hunt
<
[email protected]>:
Can someone tell me if XP has a way of putting a long list of names in
alphabetical order?I have MICROSOFT WORD but can't find anything there.
Yes, if you're willing to use the command prompt.
1. Using Notepad or another editor, put the names in a text file, one
per line.
<snippppp>
Click Start > Run :
sort.exe "filepathtoSort.txt" /O "savedResult.txt"
for example :
sort.exe "C:\Windows\somefile.txt" /o "C:\Windows\SortedFile.txt"
Good Luck, Ayush.