Subversion Repositories SvarDOS

Rev

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

Rev 2204 Rev 2222
Line 206... Line 206...
206
33.1:PROMPT [new command prompt specification]
206
33.1:PROMPT [new command prompt specification]
207
 
207
 
208
# VOL
208
# VOL
209
34.0:Displays the disk volume label and serial number, if they exist.
209
34.0:Displays the disk volume label and serial number, if they exist.
210
34.1:VOL [drive:]
210
34.1:VOL [drive:]
211
34.2:Volume in drive %c has no label
211
34.2:Volume in drive @ has no label
212
34.3:Volume in drive %c is %s
212
34.3:Volume in drive @ is %
213
34.4:Volume Serial Number is %04X-%04X
213
34.4:Volume Serial Number is %%%%-%%%%
214
 
214
 
215
# IF
215
# IF
216
35.0:Performs conditional processing in batch programs.
216
35.0:Performs conditional processing in batch programs.
217
35.1:IF [NOT] ERRORLEVEL num command
217
35.1:IF [NOT] ERRORLEVEL num command
218
35.2:IF [NOT] string1==string2 command
218
35.2:IF [NOT] string1==string2 command