Voir Commentaires 0 Révisions Aide mémoire pour lire un fichier en powershell $inf = Get-Content ("c:\monfichier.ini") Foreach ( $line in $inf ) { Write-Host $line } 12345 $inf = Get-Content ("c:\monfichier.ini")Foreach ( $line in $inf ) { Write-Host $line } 0 Méthode : Ecrire dans un fichier en powershellMéthode : Tableau en powershell Laisser un commentaire Annuler la réponse. Cet article n'a pas été revu depuis la publication. Cet article a été créé par david le 6 décembre 2016.
Laisser un commentaire