1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-08 10:59:35 +02:00

docs: update Scripting/Powershell

Cette révision appartient à :
Positron 2021-05-14 09:17:45 +00:00 révisé par Mickael Asseline
Parent 0b12dd1f9b
révision c63db5d907

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell
description:
published: true
date: 2021-05-14T09:03:32.921Z
date: 2021-05-14T09:17:44.181Z
tags:
editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z
@ -105,7 +105,7 @@ while ($continue){
write-host “1. mon action 1”
write-host "2. mon action 2"
write-host "x. exit"
write-host"-------------------------------------------------------------------"
write-host "--------------------------------------------------------"
$choix = read-host “faire un choix :”
switch ($choix){
1{commande de mon action 1}