Subversion Repositories SvarDOS

Rev

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

Rev 1084 Rev 1087
Line 1... Line 1...
1
#
1
#
2
# SvarCOM language file
2
# SvarCOM language file
3
#
3
#
4
# Language...: English
4
# Language...: English
5
# Authors....: Mateusz Viste, Robert Riebisch
5
# Authors....: Mateusz Viste, Robert Riebisch
6
# Last update: 10 Mar 2022
6
# Last update: 12 Mar 2022
7
#
7
#
8
 
8
 
9
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
9
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
10
0.1:Invalid syntax
10
0.1:Invalid syntax
11
0.2:Invalid switch
11
0.2:Invalid switch
Line 82... Line 82...
82
17.2:LABEL specifies a text string used in the batch program as a label.
82
17.2:LABEL specifies a text string used in the batch program as a label.
83
17.3:A label is on a line by itself and must be preceded by a colon.
83
17.3:A label is on a line by itself and must be preceded by a colon.
84
17.10:Label not found
84
17.10:Label not found
85
 
85
 
86
# FOR
86
# FOR
87
18.0:Runs a specified command for each member in a set.
87
18.0:Runs a specified command for each element in a list.
88
18.1:FOR %variable IN (set) DO command [parameters]
88
18.1:FOR %variable IN (list) DO command [parameters]
89
18.2:%variable   A replaceable parameter name. (single letter)
89
18.2:%variable   Single-letter variable (a-z or A-Z).
90
18.3:(set)       One or more space-separated strings or filename wildcards.
90
18.3:(list)      One or more space-separated strings or filename wildcards.
91
18.4:command     The command to carry out for each member.
91
18.4:command     The command to carry out for each element. %variable allowed.
92
18.5:parameters  Parameters or switches for the specified command.
92
18.5:parameters  Parameters or switches for the specified command.
93
18.6:To use FOR in a batch program, use %%variable instead of %variable.
93
18.6:To use FOR in a batch program, use %%variable instead of %variable.
94
18.7:FOR cannot be nested
94
18.7:FOR cannot be nested
95
 
95
 
96
# VERIFY
96
# VERIFY
Line 99... Line 99...
99
19.2:VERIFY is off
99
19.2:VERIFY is off
100
19.3:VERIFY is on
100
19.3:VERIFY is on
101
19.4:Must specify ON or OFF
101
19.4:Must specify ON or OFF
102
 
102
 
103
# VER
103
# VER
104
20.0:Displays the DOS version.
104
20.0:Displays the DOS kernel and SvarCOM shell versions.
105
20.1:DOS kernel version %u.%u
105
20.1:DOS kernel version %u.%u
106
20.2:SvarCOM shell ver
106
20.2:SvarCOM shell ver
107
20.3:SvarCOM is a shell interpreter for DOS kernels compatible with MS-DOS 5+.
107
20.3:SvarCOM is a shell interpreter for DOS kernels compatible with MS-DOS 5+.
108
20.4:This software is distributed under the terms of the MIT license.
108
20.4:This software is distributed under the terms of the MIT license.
109
20.5:Revision %c
109
20.5:Revision %c