1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2025-01-31 19:30:31 +01:00

docs: update Scripting/Powershell

Cette révision appartient à :
Sébastien BANEY 2021-05-08 15:35:33 +00:00 révisé par Mickael Asseline
Parent 8c3a86dd7f
révision fe7ef11943

Voir le fichier

@ -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}
}