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

docs: update Scripting/Powershell

Cette révision appartient à :
Sébastien BANEY 2021-05-09 18:35:45 +00:00 révisé par Mickael Asseline
Parent a1a79ff425
révision f78fed2158

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell
description:
published: true
date: 2021-05-09T18:04:20.710Z
date: 2021-05-09T18:35:44.301Z
tags:
editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z
@ -101,7 +101,7 @@ dateCreated: 2021-05-08T14:42:07.092Z
<p>&nbsp;</p>
<h2>Exemple</h2>
<pre><code class="language-plaintext">$continue = $true
while (continue){
while ($continue){
write-host “----------------------MON TITRE -----------------------”
write-host “1. mon action 1”
write-host "2. mon action 2"