Subversion Repositories SvarDOS

Rev

Rev 2074 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2074 Rev 2075
Line 20... Line 20...
20
1.5:No subdirectories exist\n\n
20
1.5:No subdirectories exist\n\n
21
1.6: --- Press any key to continue ---\n
21
1.6: --- Press any key to continue ---\n
22
 
22
 
23
# show Usage
23
# show Usage
24
2.1:Graphically displays the directory structure of a drive or path.
24
2.1:Graphically displays the directory structure of a drive or path.
25
2.2:.
25
2.2:\t
26
2.3:TREE [drive:][path] [/F] [/A]
26
2.3:TREE [drive:][path] [/F] [/A]
27
2.4:.
27
2.4:\t
28
2.5:  /F  Display the names of the files in each directory.
28
2.5:  /F  Display the names of the files in each directory.
29
2.6:  /A  Use ASCII instead of extended characters.
29
2.6:  /A  Use ASCII instead of extended characters.
-
 
30
2.7:  /P  Pause after each page
-
 
31
2.8:  /V  Show version information
-
 
32
2.10:  /DF  Display file sizes
-
 
33
2.11:  /DA  Display file attributes
-
 
34
2.12:  /DH  Display hidden and system files (normally not shown)
-
 
35
2.13:  /DR  Display results at end
30
 
36
 
31
# showInvalidUsage [Set 3]
37
# showInvalidUsage [Set 3]
32
# Must include the %s for option given.
38
# Must include the %s for option given.
33
3.1:Invalid switch - %s\n
39
3.1:Invalid switch - %s\n
34
# The %c will be replaced with the primary switch (default is /)
40
# The %c will be replaced with the primary switch (default is /)
35
3.2:Use TREE %c? for usage information.\n
41
3.2:Use TREE %c? for usage information.\n
36
#showTooManyOptions
42
#showTooManyOptions
37
3.3:Too many parameters - %s\n
43
3.3:Too many parameters - %s\n
-
 
44
 
38
# showVersionInfo [Set 4]
45
# showVersionInfo
39
# also uses treeDescription, message 2.1
-
 
40
4.1:Written to work with FreeDOS\n
-
 
41
4.2:Win32(c) console and DOS with LFN support.\n
-
 
42
# Must include the %s for version string.
-
 
43
4.3:Version %s\n
-
 
44
4.4:Written by: Kenneth J. Davis\n
46
4.0:Origin: pdTREE by Kenneth J. Davis (2000-2004)
45
4.5:Date:       2000, 2001, 2004\n
-
 
46
4.6:Contact:    jeremyd@computer.org\n
47
4.1:Forked and adapted to SvarDOS by Mateusz Viste (2024)
47
4.7:Copyright (c): Public Domain [United States Definition]\n
48
4.2:Copyright (c): Public Domain [United States Definition]
48
#4.8 is only used when cats support is compiled in.
-
 
49
4.8:Uses Jim Hall's <jhall@freedos.org> Cats Library\n  version 3.8 Copyright (C) 1999,2000 Jim Hall\n
-
 
50
#4.20 20-30 reserved for FreeDOS tree derived from Dave Dunfield's tree
-
 
51
#4.20:Copyright 1995 Dave Dunfield - Freely distributable.\n
-
 
52
4.20:Copyright 1995, 2000 Dave Dunfield - Freely distributable (2000 released GPL).\n
-
 
-
 
49
 
53
# showInvalidDrive [Set 5]
50
# showInvalidDrive [Set 5]
54
5.1:Invalid drive specification\n
51
5.1:Invalid drive specification\n
55
# showInvalidPath [Set 6]
52
# showInvalidPath [Set 6]
56
# Must include %s for the invalid path given.
53
# Must include %s for the invalid path given.
57
6.1:Invalid path - %s\n
54
6.1:Invalid path - %s\n