Subversion Repositories SvarDOS

Rev

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

Rev 542 Rev 964
Line 1... Line 1...
1
#
1
#
2
# SvarCOM translation file
2
# SvarCOM translation file
3
# Lang: ENGLISH
3
# Lang: ENGLISH
4
#
4
#
5
# Translator: Mateusz Viste
5
# Autor: Mateusz Viste
6
#
6
#
7
 
7
 
8
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
8
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
9
0.1:Invalid syntax
9
0.1:Invalid syntax
10
0.2:Invalid switch
10
0.2:Invalid switch
Line 17... Line 17...
17
 
17
 
18
# SHIFT
18
# SHIFT
19
16.0:Changes the position of arguments in a batch file:
19
16.0:Changes the position of arguments in a batch file:
20
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
20
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
21
 
21
 
-
 
22
# GOTO
-
 
23
17.0:Directs batch processing to a labelled line in the batch program.
-
 
24
17.1:GOTO LABEL
-
 
25
17.2:LABEL specifies a text string used in the batch program as a label.
-
 
26
17.3:A label is on a line by itself and must be preceded by a colon.
-
 
27
17.10:Label not found
-
 
28
 
22
# DOS ERRORS
29
# DOS ERRORS
23
255.1:Function number invalid
30
255.1:Function number invalid
24
255.2:File not found
31
255.2:File not found
25
255.3:Path not found
32
255.3:Path not found
26
255.4:Too many open files (no handles available)
33
255.4:Too many open files (no handles available)