Subversion Repositories SvarDOS

Rev

Rev 2019 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2019 mateusz.vi 1
Begin3
2
Title:          pdTree
3
Version:        1.04
4
Entered-date:   12 Sept 2005
5
Description:    Graphically displays the folder structure of a drive or path.
6
                Supports long file names if LFN api present,
7
                support for message catalogs (different languages) using cats,
8
                and supports both Windows NT/9x and DOS.
9
Keywords:       tree, FreeDOS, DOS, Win32
10
Author:         Kenneth J. Davis <jeremyd@computer.org>
11
Maintained-by:  Kenneth J. Davis <jeremyd@computer.org>
12
Primary-site:   http://www.darklogic.org/fdos/ftp/tree/
13
Alternate-site:
14
Original-site:  http://www.darklogic.org/fdos/ftp/tree/
15
Platforms:      DOS (TC30, BC31), Win32 (VC5, BCC55)
16
Copying-policy: Public Domain (optional use of LGPL catgets by Jim Hall)
17
End