Skipcount: Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|skipcount}} Skips the next X lines if reached. ==Usage== skipcount=<linecount(int)> ===Examples=== skipcount=5 To skip the next 5 lines. ===Description=== Often used i...) |
m (→Similar parameters: added similar addsafemode) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Skips the next X lines if reached. | |SYNTAX = skipcount | ||
|TITLESYNTAX = skipcount | |||
|PREVIOUS = | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Flow Control | |||
}}Skips the next X lines if reached. | |||
==Usage== | ==Usage== | ||
| Line 16: | Line 22: | ||
===Similar parameters=== | ===Similar parameters=== | ||
* [[addsafemode]] | |||
* [[askregreboot]] | * [[askregreboot]] | ||
* [[build]] | * [[build]] | ||
Latest revision as of 09:46, 29 May 2008
| skipcount | |
| Variants | skipcount |
| Previously | |
| Group | Flow Control |
| Version | advcheck.dll ??? < 1.5.4.5 |
Skips the next X lines if reached.
Usage
skipcount=<linecount(int)>
Examples
skipcount=5
To skip the next 5 lines.
Description
Often used in combination with NoOp, and as the last parameter to use previous ones as conditions for the skip.