From a8e940e149ae13d85f76b661821af44577b1b472 Mon Sep 17 00:00:00 2001 From: Positron Date: Sun, 9 May 2021 12:54:45 +0000 Subject: [PATCH] docs: update Scripting/Powershell --- Scripting/Powershell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index c4e2729..7d8d24b 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-09T12:51:11.387Z +date: 2021-05-09T12:54:44.515Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -51,7 +51,7 @@ dateCreated: 2021-05-08T14:42:07.092Z

 

Création d'un menu sous Powershell

Voici un exemple de menu qu'il est possible de faire avec la méthode suivante :

-
+

 

Principe de fonctionnement

Nous avons besoin de déclarer une variable qui va servir en quelque sorte de bouton “allumé” ou “éteins” : $continue = $true