Section courante

A propos

Section administrative du site

 Logiciel  Plateforme 
Vue par liste complète
Vue par aperçu
Vue par catégorie
BBS
Compression de données
Editeur de texte
Installateur
Adam
Alpha
AmigaOS
Amstrad CPC
Apple II
Atari 400/800
Atari ST
CoCo 3
Commodore 64
Commodore 128
CP/M
DOS
Java
Linux
Macintosh
Mac OS X
MSX2
OS/2
Solaris
TRS-80
Windows
Windows 3

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.



PARTAGER CETTE PAGE SUR
Dernière mise à jour : Lundi, le 22 juillet 2019