Unterordner dazu
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$Pfad = "R:\m.kraft\Excel Werte ändern\Test-Skripte\EinstellungenSkriptKonvertierung2.txt"
|
||||
|
||||
$DateiInhalt = Get-Content $Pfad
|
||||
$Zeile1 = $DateiInhalt[0]
|
||||
|
||||
Clear-Content -Path $Pfad
|
||||
Add-Content -Path $Pfad $Zeile1
|
||||
Add-Content -Path $Pfad "x"
|
||||
Reference in New Issue
Block a user