Loading other/get_md5.ps1 +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ param( (Get-FileHash .\cat?\c*\*.wav -Algorithm MD5 | Out-String -Width 9999) | ForEach-Object { $_.replace( -join ((Get-Location) , "\"), ".\") } | ForEach-Object { $_ -replace (" ", "") } | Out-File $out_file No newline at end of file Out-File -Encoding utf8 $out_file No newline at end of file Loading
other/get_md5.ps1 +1 −1 Original line number Diff line number Diff line Loading @@ -6,4 +6,4 @@ param( (Get-FileHash .\cat?\c*\*.wav -Algorithm MD5 | Out-String -Width 9999) | ForEach-Object { $_.replace( -join ((Get-Location) , "\"), ".\") } | ForEach-Object { $_ -replace (" ", "") } | Out-File $out_file No newline at end of file Out-File -Encoding utf8 $out_file No newline at end of file