Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
2124 mateusz.vi 1
 
2
SvarDOS TREE
3
 
2019 mateusz.vi 4
Run tree with /? for help in using tree.
5
 
6
Usage: TREE [/A] [/F] [path]
7
/A  - use ASCII (7bit) characters for graphics (lines)
8
/F  - show files
9
path indicates which directory to start display from, default is current.
10
 
11
Note: The following nonstandard options are not documented
12
      with the /? switch.
13
/V  - show version information,
14
/S  - force ShortFileNames (SFNs, disable LFN support)
15
/P  - pause after each page
16
/DF - display filesizes
17
/DA - display attributes (Hidden,System,Readonly,Archive)
18
/DH - display hidden and system files (normally not shown)
19
 
20
 
2124 mateusz.vi 21
=== ORIGINS ===
2019 mateusz.vi 22
 
2124 mateusz.vi 23
This program was originally written as pdTREE by Kenneth J. Davis who
24
maintained it in years 2000-2005.
2019 mateusz.vi 25
 
2124 mateusz.vi 26
This version has been forked from pdTREE v1.04 in 2024 by Mateusz Viste who
27
made a number of changes to simplify the program, port it to Open Watcom,
28
strip it from non-DOS features, replace all GPL parts, make if faster, lighter
29
and more memory efficient.
2019 mateusz.vi 30
 
31
 
2124 mateusz.vi 32
=== LICENSE ===
2019 mateusz.vi 33
 
34
Copyright (c): Public Domain [United States Definition]
2124 mateusz.vi 35
[Note: uses MIT SvarLANG]
2019 mateusz.vi 36
 
37
Permission is hereby granted, free of charge, to any person obtaining a copy
38
of this software and associated documentation files (the "Software"), to deal
39
in the Software without restriction, including without limitation the rights
40
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
41
copies of the Software, and to permit persons to whom the Software is
42
furnished to do so, subject to the following conditions:
43
 
44
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
46
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
47
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR AUTHORS BE
48
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
49
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
50
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
51
DEALINGS IN THE SOFTWARE.