home *** CD-ROM | disk | FTP | other *** search
- Cls
- Echo off
- Echo ╔═══════════════════════╦══════════╦═════════════╦═══════════════════════════╗
- Echo ║ Sorted Directory List ║ Ver 4.00 ║ 08 May 1988 ║ Davy Crockett Productions ║
- Echo ╠═══════════════════════╩══════════╩═════════════╩═══════════════════════════╣
- Echo ║ This program displays a sorted directory list given a wild card path name. ║
- Echo ║ Syntax: SDIR [pathname] [switches] where [switches] are described below. ║
- Echo ╠════════════════════════════════════════════════════════════════════════════╣
- Echo ║ /V : show Visible files only /X : sort by file extension ║
- Echo ║ /E : do not Erase the screen /Z : sort by file size ║
- Echo ║ /P : do not Pause /D : sort by file date/time ║
- Echo ║ /W : Wide screen display /N : do not sort the files ║
- Echo ║ /1 : One across display /K : Keep DOS screen on entry ║
- Echo ║ /S : send display to StdOut /H : display this Help screen ║
- Echo ╚════════════════════════════════════════════════════════════════════════════╝
- Echo
- Echo ╔═════════════════════════════════════════════════╗
- Echo ║ «*» Sorted Dir «*» Ver 4.00 «*» 08 May 1988 «*» ║
- Echo ║ Copyright (c) 1988 by Davy Crockett Productions ║
- Echo ╠═════════════════════════════════════════════════╣
- Echo ║ Davy Crockett Productions ║
- Echo ║ 5807 Cherrywood Lane, 104 ║
- Echo ║ Greenbelt, Maryland 20770 ║
- Echo ╚═════════════════════════════════════════════════╝
- Echo
- Echo
- Pause