Dec 162017
A group of Batch files to sort directories. DOS’s SORT and MORE command. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DIRDATEA.BAT | 39 | 39 | stored |
DIRDATED.BAT | 42 | 42 | stored |
DIREXTA.BAT | 39 | 39 | stored |
DIREXTD.BAT | 42 | 42 | stored |
DIRNAMEA.BAT | 39 | 38 | deflated |
DIRNAMED.BAT | 42 | 42 | stored |
DIRSIZEA.BAT | 39 | 39 | stored |
DIRSIZED.BAT | 42 | 42 | stored |
DIRTIMEA.BAT | 39 | 39 | stored |
DIRTIMED.BAT | 42 | 42 | stored |
README.BAT | 1453 | 461 | deflated |
Download File SORTDIRS.ZIP Here
Contents of the README.BAT file
echo off
cls
echo Batch files for sorting directories, by Shawn Scoles, Hyattsville MD
echo Written in December, 1988
echo This set of directory sorters assumes that you have the MS-DOS
echo SORT and MORE commands.
echo I know these batch files work with MS-DOS v3.21.
echo I do not know whether it will work with other versions of DOS or not.
echo It can't hurt to try it if you have a different version of DOS.
echo ---------------------------------------------------------------------
echo The Files included are:
echo DIRDATEA.BAT = Sort Directory by File Date in Ascending Order.
echo DIRDATED.BAT = Sort Directory by File Date in Descending Order.
echo DIREXTA .BAT = Sort Directory by File Extension in Ascending Order.
echo DIREXTD .BAT = Sort Directory by File Extension in Descending Order.
echo DIRNAMEA.BAT = Sort Directory by File Name in Ascending Order.
echo DIRNAMED.BAT = Sort Directory by File Name in Descending Order.
echo DIRSIZEA.BAT = Sort Directory by File Size in Ascending Order.
echo DIRSIZED.BAT = Sort Directory by File Size in Descending Order.
echo DIRTIMEA.BAT = Sort Directory by File Time in Ascending Order.
echo DIRTIMED.BAT = Sort Directory by File Time in Descending Order.
echo README .BAT = Your looking at it.
echo ---------------------------------------------------------------------
echo These files should make sorting directories in the five most common
echo ways much easier.
cls
echo Batch files for sorting directories, by Shawn Scoles, Hyattsville MD
echo Written in December, 1988
echo This set of directory sorters assumes that you have the MS-DOS
echo SORT and MORE commands.
echo I know these batch files work with MS-DOS v3.21.
echo I do not know whether it will work with other versions of DOS or not.
echo It can't hurt to try it if you have a different version of DOS.
echo ---------------------------------------------------------------------
echo The Files included are:
echo DIRDATEA.BAT = Sort Directory by File Date in Ascending Order.
echo DIRDATED.BAT = Sort Directory by File Date in Descending Order.
echo DIREXTA .BAT = Sort Directory by File Extension in Ascending Order.
echo DIREXTD .BAT = Sort Directory by File Extension in Descending Order.
echo DIRNAMEA.BAT = Sort Directory by File Name in Ascending Order.
echo DIRNAMED.BAT = Sort Directory by File Name in Descending Order.
echo DIRSIZEA.BAT = Sort Directory by File Size in Ascending Order.
echo DIRSIZED.BAT = Sort Directory by File Size in Descending Order.
echo DIRTIMEA.BAT = Sort Directory by File Time in Ascending Order.
echo DIRTIMED.BAT = Sort Directory by File Time in Descending Order.
echo README .BAT = Your looking at it.
echo ---------------------------------------------------------------------
echo These files should make sorting directories in the five most common
echo ways much easier.
December 16, 2017
Add comments