Subversion Repositories SvarDOS

Rev

Rev 2074 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2067 mateusz.vi 1
# Messages used by pdTree v1 and FreeDOS tree 3.6
2
# Each line is limited to 159 characters unless MAXLINE is changed,
3
# but if possible should be limited to 79 per line, with a \n
4
# added to indicate go to next line, max 2 lines.
5
# The messages are split into sets,
6
# where each set corresponds to a given function in pdTree.
7
# Set 1, is for main and common strings.
8
# Many of the strings are used directly by printf,
9
# so when a %? appears, be sure any changes also include the %?
10
# where ? is a variable identifier and format.
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
12
#
2073 mateusz.vi 13
 
2067 mateusz.vi 14
# main [Set 1]
15
1.2:Directory PATH listing\n
16
# Must include %s for label
17
1.3:Directory PATH listing for Volume %s\n
18
# Must include %s for serial #
19
1.4:Volume serial number is %s\n
20
1.5:No subdirectories exist\n\n
21
1.6: --- Press any key to continue ---\n
2073 mateusz.vi 22
 
2074 mateusz.vi 23
# show Usage
2073 mateusz.vi 24
2.1:Graphically displays the directory structure of a drive or path.
2075 mateusz.vi 25
2.2:\t
2074 mateusz.vi 26
2.3:TREE [drive:][path] [/F] [/A]
2075 mateusz.vi 27
2.4:\t
2074 mateusz.vi 28
2.5:  /F  Display the names of the files in each directory.
29
2.6:  /A  Use ASCII instead of extended characters.
2075 mateusz.vi 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
2073 mateusz.vi 36
 
2067 mateusz.vi 37
# showInvalidUsage [Set 3]
38
# Must include the %s for option given.
39
3.1:Invalid switch - %s\n
40
# The %c will be replaced with the primary switch (default is /)
41
3.2:Use TREE %c? for usage information.\n
42
#showTooManyOptions
43
3.3:Too many parameters - %s\n
2075 mateusz.vi 44
 
45
# showVersionInfo
46
4.0:Origin: pdTREE by Kenneth J. Davis (2000-2004)
47
4.1:Forked and adapted to SvarDOS by Mateusz Viste (2024)
48
4.2:Copyright (c): Public Domain [United States Definition]
49
 
2067 mateusz.vi 50
# showInvalidDrive [Set 5]
51
5.1:Invalid drive specification\n
52
# showInvalidPath [Set 6]
53
# Must include %s for the invalid path given.
54
6.1:Invalid path - %s\n
55
# misc error conditions [Set 7]
56
# showBufferOverrun
57
# %u required to show what the buffer's current size is.
58
7.1:Error: File path specified exceeds maximum buffer = %u bytes\n
59
# showOutOfMemory
60
# %s required to display what directory we were processing when ran out of memory.
61
7.2:Out of memory on subdirectory: %s\n
62
#
63
# deprecated [Set 8]
64
# 8.1 - 8.10 reserved for option selection characters in earlier releases.
65
# parseArguments [Set 8] contains the Character[s] used for
66
#   argument processing.  Only the 1st character on a line is used.
67
# Primary character used to determine option follows, default is '-'
68
8.1:/
69
# Secondary character used to determine option follows, default is '/'
70
8.2:-