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

docs: update Scripting/Powershell

Cette révision appartient à :
Sébastien BANEY 2021-05-08 15:27:26 +00:00 révisé par Mickael Asseline
Parent 3183166b8c
révision cd6fd9b2c8

Voir le fichier

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