1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-11-07 10:10:26 +01:00

docs: update Scripting/Powershell

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

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell
description:
published: true
date: 2021-05-08T15:35:32.111Z
date: 2021-05-08T15:38:31.932Z
tags:
editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z
@ -30,7 +30,7 @@ while (continue){
write-host "2. mon action2"
write-host "x. exit"
write-host"-------------------------------------------------------------------"
$choix = read-host “faire un choix”
$choix = read-host “faire un choix :
switch ($choix){
1{commande de mon action 1}
2{commande de mon action 2}