remove recode.ps1
This commit is contained in:
parent
2a06eabd15
commit
01d05fab01
@ -1,7 +0,0 @@
|
||||
mkdir .\baza_utf8
|
||||
Get-ChildItem baza | ForEach-Object -Process {
|
||||
$n = $_.Name
|
||||
get-content $_ -Encoding KOI8-R | Out-File ".\baza_utf8\$n" -Encoding utf8
|
||||
}
|
||||
|
||||
# $c=0; $t=$(ls .\baza).Count; while ($t -gt $c) { $c = $(ls .\baza_utf8).Count ; $r = ($t-$c) ; echo $r; sleep 2 }
|
Loading…
Reference in New Issue
Block a user