Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
515 mateuszvis 1
#
2
# SvarCOM translation file
3
# Lang: ENGLISH
4
#
964 mateusz.vi 5
# Autor: Mateusz Viste
515 mateuszvis 6
#
7
 
542 mateuszvis 8
# GENERIC MESSAGES USED BY MULTIPLE INTERNAL COMMANDS
9
0.1:Invalid syntax
10
0.2:Invalid switch
11
0.3:Invalid parameter format
12
0.4:Too many parameters
13
 
515 mateuszvis 14
# PAUSE
15
15.0:Suspends the execution of a batch script
16
15.1:Press any key to continue...
17
 
18
# SHIFT
19
16.0:Changes the position of arguments in a batch file:
20
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.
538 mateuszvis 21
 
964 mateusz.vi 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
 
982 mateusz.vi 29
# FOR
30
18.0:Runs a specified command for each file in a set of files.
31
18.1:FOR %variable IN (set) DO command [parameters]
32
18.2:%variable    a replaceable parameter name.
33
18.3:(set)        a set of one of more space-separated files. Wildcards allowed.
34
18.4:command      the command to carry out for each matched file.
35
18.5:parameters   parameters or switches for the specified command.
36
18.6:To use FOR in a batch program, use %%variable instead of %variable.
37
 
538 mateuszvis 38
# DOS ERRORS
39
255.1:Function number invalid
40
255.2:File not found
41
255.3:Path not found
42
255.4:Too many open files (no handles available)
43
255.5:Access denied
44
255.6:Invalid handle
45
255.7:Memory control block destroyed
46
255.8:Insufficient memory
47
255.9:Memory block address invalid
48
255.10:Environment invalid
49
255.11:Format invalid
50
255.12:Access code invalid
51
255.13:Data invalid
52
255.15:Invalid drive
540 mateuszvis 53
255.16:Attempted to remove current directory
538 mateuszvis 54
255.17:Not same device
55
255.18:No more files
56
255.19:Disk write-protected
57
255.20:Unknown unit
58
255.21:Drive not ready
59
255.22:Unknown command
60
255.23:Data error (CRC)
61
255.24:Bad request structure length
62
255.25:Seek error
63
255.26:Unknown media type (non-DOS disk)
64
255.27:Sector not found
65
255.28:Printer out of paper
66
255.29:Write fault
67
255.30:Read fault
68
255.31:General failure
69
255.32:Sharing violation
70
255.33:Lock violation
71
255.34:Disk change invalid
72
255.35:FCB unavailable
73
255.36:Sharing buffer overflow
74
255.37:Code page mismatch
75
255.38:Cannot complete file operations (EOF / out of input)
76
255.39:Insufficient disk space