Subversion Repositories SvarDOS

Rev

Rev 1730 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1730 Rev 1734
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: 12 Mar 2022
6
# Last update: 17 Feb 2024
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 253... Line 253...
253
 
253
 
254
# TRUENAME
254
# TRUENAME
255
39.0:Returns a fully qualified path or filename.
255
39.0:Returns a fully qualified path or filename.
256
39.1:TRUENAME [[drive:][path][filename]]
256
39.1:TRUENAME [[drive:][path][filename]]
257
 
257
 
258
# LOADHIGH
258
# LH / LOADHIGH
259
40.0:Loads a program into the upper memory area.
259
40.0:Loads a program into the upper memory area.
260
40.1:[drive:][path]filename [parameters]
260
40.1:[drive:][path]filename [parameters]
261
40.2:parameters: any arguments required by the program you want to load.
261
40.2:parameters: any arguments required by the program you want to load.
262
 
262
 
263
 
-
 
264
# DOS ERRORS
263
# DOS ERRORS
265
255.1:Function number invalid
264
255.1:Function number invalid
266
255.2:File not found
265
255.2:File not found
267
255.3:Path not found
266
255.3:Path not found
268
255.4:Too many open files (no handles available)
267
255.4:Too many open files (no handles available)