From fe7ef119432ccc8e9e61f46211b3bec19c3ecf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BANEY?= Date: Sat, 8 May 2021 15:35:33 +0000 Subject: [PATCH] docs: update Scripting/Powershell --- Scripting/Powershell.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index fb7fe1c..959c658 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-08T15:29:46.673Z +date: 2021-05-08T15:35:32.111Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -32,8 +32,8 @@ while (continue){ write-host"-------------------------------------------------------------------" $choix = read-host “faire un choix” switch ($choix){ - {commande de mon action 1} - {commande de mon action 2} + 1{commande de mon action 1} + 2{commande de mon action 2} ‘x’ {$continue= $false} default {Write-Host "Choix invalide"-ForegroundColor Red} }