Subversion Repositories SvarDOS

Rev

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

Rev 1028 Rev 1031
Line 200... Line 200...
200
35.5:ERRORLEVEL num    condition: last program returned an exit code >= num
200
35.5:ERRORLEVEL num    condition: last program returned an exit code >= num
201
35.6:string1==string2  condition: both strings must be equal
201
35.6:string1==string2  condition: both strings must be equal
202
35.7:EXIST filename    condition: file filename exists (wildcards accepted)
202
35.7:EXIST filename    condition: file filename exists (wildcards accepted)
203
35.8:command           command to carry out if condition is met
203
35.8:command           command to carry out if condition is met
204
 
204
 
205
# DEL
205
# DEL / ERASE
206
36.0:Deletes one or more files.
206
36.0:Deletes one or more files.
207
36.1:DEL [drive:][path]filename [/P]
207
36.1:DEL [drive:][path]filename [/P]
208
36.2:ERASE [drive:][path]filename [/P]
208
36.2:ERASE [drive:][path]filename [/P]
209
36.3:[drive:][path]filename  Specifies the file(s) to delete.
209
36.3:[drive:][path]filename  Specifies the file(s) to delete.
210
36.4:/P  Prompts for confirmation before deleting each file.
210
36.4:/P  Prompts for confirmation before deleting each file.