|
Программу не надо, используйте дос-команду:
SORT
Синтаксис:
SORT [/R] [[drive1:][path1]filename1] [> [drive2:][path2]filename2]
/R Reverses the sort order; that is, sorts Z to A,
then 9 to 0.
[drive1:][path1]filename1 Specifies file(s) to be sorted
[drive2:][path2]filename2 Specifies a file where the sorted input is to be
stored.
command Specifies a command whose output is to be sorted.
Например, SORT C:\1.txt > C:\2.txt
|