Subversion Repositories SvarDOS

Rev

Rev 542 | 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
 
538 mateuszvis 29
# DOS ERRORS
30
255.1:Function number invalid
31
255.2:File not found
32
255.3:Path not found
33
255.4:Too many open files (no handles available)
34
255.5:Access denied
35
255.6:Invalid handle
36
255.7:Memory control block destroyed
37
255.8:Insufficient memory
38
255.9:Memory block address invalid
39
255.10:Environment invalid
40
255.11:Format invalid
41
255.12:Access code invalid
42
255.13:Data invalid
43
255.15:Invalid drive
540 mateuszvis 44
255.16:Attempted to remove current directory
538 mateuszvis 45
255.17:Not same device
46
255.18:No more files
47
255.19:Disk write-protected
48
255.20:Unknown unit
49
255.21:Drive not ready
50
255.22:Unknown command
51
255.23:Data error (CRC)
52
255.24:Bad request structure length
53
255.25:Seek error
54
255.26:Unknown media type (non-DOS disk)
55
255.27:Sector not found
56
255.28:Printer out of paper
57
255.29:Write fault
58
255.30:Read fault
59
255.31:General failure
60
255.32:Sharing violation
61
255.33:Lock violation
62
255.34:Disk change invalid
63
255.35:FCB unavailable
64
255.36:Sharing buffer overflow
65
255.37:Code page mismatch
66
255.38:Cannot complete file operations (EOF / out of input)
67
255.39:Insufficient disk space