Subversion Repositories SvarDOS

Rev

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

Rev 2067 Rev 2073
Line 8... Line 8...
8
# Many of the strings are used directly by printf,
8
# Many of the strings are used directly by printf,
9
# so when a %? appears, be sure any changes also include the %?
9
# so when a %? appears, be sure any changes also include the %?
10
# where ? is a variable identifier and format.
10
# where ? is a variable identifier and format.
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
11
# Note: only \\, \n, \r, \t are supported (and a single slash must use \\).
12
#
12
#
13
# common to many functions [Set 1]
-
 
14
1.1:\n
13
 
15
# main [Set 1]
14
# main [Set 1]
16
1.2:Directory PATH listing\n
15
1.2:Directory PATH listing\n
17
# Must include %s for label
16
# Must include %s for label
18
1.3:Directory PATH listing for Volume %s\n
17
1.3:Directory PATH listing for Volume %s\n
19
# Must include %s for serial #
18
# Must include %s for serial #
20
1.4:Volume serial number is %s\n
19
1.4:Volume serial number is %s\n
21
1.5:No subdirectories exist\n\n
20
1.5:No subdirectories exist\n\n
22
1.6: --- Press any key to continue ---\n
21
1.6: --- Press any key to continue ---\n
-
 
22
 
23
# showUsage [Set 2]
23
# showUsage [Set 2]
24
2.1:Graphically displays the directory structure of a drive or path.\n
24
2.1:Graphically displays the directory structure of a drive or path.
25
# Each %c below will be replaced with proper switch/option
-
 
26
2.2:TREE [drive:][path] [/F] [/A]\n
25
2.2:TREE [drive:][path] [/F] [/A]
27
2.3:   /F   Display the names of the files in each directory.\n
26
2.3:   /F   Display the names of the files in each directory.
28
2.4:   /A   Use ASCII instead of extended characters.\n
27
2.4:   /A   Use ASCII instead of extended characters.
-
 
28
 
29
# showInvalidUsage [Set 3]
29
# showInvalidUsage [Set 3]
30
# Must include the %s for option given.
30
# Must include the %s for option given.
31
3.1:Invalid switch - %s\n
31
3.1:Invalid switch - %s\n
32
# The %c will be replaced with the primary switch (default is /)
32
# The %c will be replaced with the primary switch (default is /)
33
3.2:Use TREE %c? for usage information.\n
33
3.2:Use TREE %c? for usage information.\n