home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / sdir40.arc / README.BAT next >
DOS Batch File  |  1988-05-12  |  2KB  |  28 lines

  1. Cls
  2. Echo off
  3. Echo ╔═══════════════════════╦══════════╦═════════════╦═══════════════════════════╗
  4. Echo ║ Sorted Directory List ║ Ver 4.00 ║ 08 May 1988 ║ Davy Crockett Productions ║
  5. Echo ╠═══════════════════════╩══════════╩═════════════╩═══════════════════════════╣
  6. Echo ║ This program displays a sorted directory list given a wild card path name. ║
  7. Echo ║ Syntax:  SDIR [pathname] [switches]  where [switches] are described below. ║
  8. Echo ╠════════════════════════════════════════════════════════════════════════════╣
  9. Echo ║     /V : show Visible files only     /X : sort by file extension           ║
  10. Echo ║     /E : do not Erase the screen     /Z : sort by file size                ║
  11. Echo ║     /P : do not Pause                /D : sort by file date/time           ║
  12. Echo ║     /W : Wide screen display         /N : do not sort the files            ║
  13. Echo ║     /1 : One across display          /K : Keep DOS screen on entry         ║
  14. Echo ║     /S : send display to StdOut      /H : display this Help screen         ║
  15. Echo ╚════════════════════════════════════════════════════════════════════════════╝
  16. Echo  
  17. Echo                ╔═════════════════════════════════════════════════╗
  18. Echo                ║ «*» Sorted Dir «*» Ver 4.00 «*» 08 May 1988 «*» ║
  19. Echo                ║ Copyright (c) 1988 by Davy Crockett Productions ║
  20. Echo                ╠═════════════════════════════════════════════════╣
  21. Echo                ║            Davy Crockett Productions            ║
  22. Echo                ║            5807 Cherrywood Lane, 104            ║
  23. Echo                ║            Greenbelt, Maryland 20770            ║
  24. Echo                ╚═════════════════════════════════════════════════╝
  25. Echo  
  26. Echo  
  27. Pause
  28.