diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index b92e10c..19149fb 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-08T15:26:09.591Z +date: 2021-05-08T15:27:24.714Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -30,6 +30,7 @@ while (continue) write-host “----------------------MON TITRE -----------------------” write-host “1. mon action 1” write-host "2. mon action2" +write-host "x. exit" write-host"-------------------------------------------------------------------" $choix = read-host “faire un choix” switch ($choix)