if |
Si |
|---|---|
| UEFI Shell | |
Syntaxe
|
if [not] exist filename then command [arguments] [command [arguments]] ... [else command [arguments] [command [arguments]] ... ] endif |
|
if [/i] [not] string1 == string2 then command [arguments] [command [arguments]] ... [else command [arguments] [command [arguments]] ... ] endif |
|
if [/i][/s] ConditionalExpression then command [arguments] [command [arguments]] ... [else command [arguments] [command [arguments]] ... ] Endif |
Paramètres
| Nom | Description |
|---|---|
| ConditionalExpression | Ce paramètre permet d'indiquer une expression de condition. |
Description
Cette commande permet d'exécuter sous condition des instructions de script.
Dernière mise à jour : Lundi, le 22 juillet 2019