|
LEVEL SIX COMMANDS:
Batch File Commands See also the common commands *, @, and |. These commands define the batch file flow control. Command Description Bx Run Batch File x - Batch file number 0 through 2, default = batch 0 Dx List Batch File x - Batch file number 0 through 2, default = batch 0 Ex Enter Batch File x - Batch file number 0 through 2, default = batch 0 * Special Function for batch file: *1 Pause batch file execution until input *2,x Delay x milliseconds *3,x Branch to Label x *4,x Increment head and branch to Label x *5 Clear monitor screen *6 Stop on error *7,x Load batch loop counter with x. *8,x Decrement batch loop counter, Branch to Label x if not 0. @x Batch File Label. During batch file entry, define this location as Label x. x - Single digit numeric label specification. | Batch file terminator Terminates the entry of batch files. *Note: For commands Bx, Dx, and Ex above, if x is greater than 2, batch #0 will be used.
怎么运用以上批处理命令啊? |
|