Subversion Repositories SvarDOS

Rev

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

Rev 1001 Rev 1023
Line 88... Line 88...
88
18.2:%variable    a replaceable parameter name.
88
18.2:%variable    a replaceable parameter name.
89
18.3:(set)        a set of one of more space-separated files. Wildcards allowed.
89
18.3:(set)        a set of one of more space-separated files. Wildcards allowed.
90
18.4:command      the command to carry out for each matched file.
90
18.4:command      the command to carry out for each matched file.
91
18.5:parameters   parameters or switches for the specified command.
91
18.5:parameters   parameters or switches for the specified command.
92
18.6:To use FOR in a batch program, use %%variable instead of %variable.
92
18.6:To use FOR in a batch program, use %%variable instead of %variable.
-
 
93
18.7:FOR cannot be nested
93
 
94
 
94
# VERIFY
95
# VERIFY
95
19.0:Tells DOS whether to verify that files are written correctly to disk.
96
19.0:Tells DOS whether to verify that files are written correctly to disk.
96
19.1:Type VERIFY without a parameter to display its current setting.
97
19.1:Type VERIFY without a parameter to display its current setting.
97
19.2:VERIFY is off
98
19.2:VERIFY is off