Remarks. You can use this command within a batch file or directly from the command prompt. The following attributes apply to the for command:. This command replaces % variable or %% variable with each text string in the specified set until the specified c
Batch scripts support the concept of command line arguments wherein arguments can be passed to the batch file when invoked. The arguments can be called from the batch files through the variables %1, %2, %3, and so on. The following example shows a batch f
A Variable is used to assign different values to an object unlike constant which is fixed. When you assign a value to a variable, it maintains that value till you assign a new value to it. Before using variables, it is necessary to define them in a report
Post a Comment:
Showing 0 Comments: