Subversion Repositories SvarDOS

Rev

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

Rev 990 Rev 1001
Line 13... Line 13...
13
0.5:Bad command or file name
13
0.5:Bad command or file name
14
0.6:Invalid parameter
14
0.6:Invalid parameter
15
0.7:Required parameter missing
15
0.7:Required parameter missing
16
0.8:Invalid destination
16
0.8:Invalid destination
17
 
17
 
18
# the message below MUST be a two-letter upper-case string for "Yes/No" keys
18
# the message below MUST be a two-letter UPPER-CASE string for "Yes/No" keys
19
# that user can press to answer interactive "Yes/No" questions
19
# that user can press to answer interactive "Yes/No" questions
20
0.10:YN
20
0.10:YN
21
 
21
 
22
# SVARCOM HELP SCREEN
22
# SVARCOM HELP SCREEN
23
1.0:Starts the SvarCOM command interpreter
23
1.0:Starts the SvarCOM command interpreter
24
1.1:COMMAND /E:nnn [/[C|K] [/P] [/D] command]
24
1.1:COMMAND /E:nnn [/P] [/D] [/Y] [/[C|K] command]
25
1.2:/D      Skip AUTOEXEC.BAT processing (makes sense only with /P)
25
1.2:/D      Skip AUTOEXEC.BAT processing (makes sense only with /P)
26
1.3:/E:nnn  Sets the environment size to nnn bytes
26
1.3:/E:nnn  Sets the environment size to nnn bytes
27
1.4:/P      Makes the new command interpreter permanent and run AUTOEXEC.BAT
27
1.4:/P      Makes the new command interpreter permanent and run AUTOEXEC.BAT
28
1.5:/C      Executes the specified command and returns
28
1.5:/C      Executes the specified command and returns
29
1.6:/K      Executes the specified command and continues running
29
1.6:/K      Executes the specified command and continues running
-
 
30
1.7:/Y      Executes the batch program step by step (only with /P, /K or /C)
30
 
31
 
31
# VARIOUS SVARCOM MESSAGES
32
# VARIOUS SVARCOM MESSAGES
32
2.0:SVARCOM VERSION CHANGED. SYSTEM HALTED. PLEASE REBOOT YOUR COMPUTER.
33
2.0:SVARCOM VERSION CHANGED. SYSTEM HALTED. PLEASE REBOOT YOUR COMPUTER.
33
2.1:FATAL ERROR: rmod_install() failed
34
2.1:FATAL ERROR: rmod_install() failed
34
2.2:SvarCOM: stack overflow detected, command history flushed (this is not a bug)
35
2.2:SvarCOM: stack overflow detected, command history flushed (this is not a bug)
Line 204... Line 205...
204
36.1:DEL [drive:][path]filename [/P]
205
36.1:DEL [drive:][path]filename [/P]
205
36.2:ERASE [drive:][path]filename [/P]
206
36.2:ERASE [drive:][path]filename [/P]
206
36.3:[drive:][path]filename  Specifies the file(s) to delete.
207
36.3:[drive:][path]filename  Specifies the file(s) to delete.
207
36.4:/P  Prompts for confirmation before deleting each file.
208
36.4:/P  Prompts for confirmation before deleting each file.
208
36.5:All files in directory will be deleted!
209
36.5:All files in directory will be deleted!
209
36.6:Are you sure (Y/N)?
210
36.6:Are you sure?
210
36.7:Delete (Y/N)?
211
36.7:Delete?
211
 
212
 
212
# DIR
213
# DIR
213
37.0:Displays a list of files and subdirectories in a directory.
214
37.0:Displays a list of files and subdirectories in a directory.
214
37.1:DIR [drive:][path][filename] [/P] [/W] [/A[:]attributes] [/O[[:]sortorder]] [/S] [/B] [/L]
215
37.1:DIR [drive:][path][filename] [/P] [/W] [/A[:]attributes] [/O[[:]sortorder]] [/S] [/B] [/L]
215
37.2:/P Pauses after each screenful of information
216
37.2:/P Pauses after each screenful of information