6 lines
121 B
PowerShell
6 lines
121 B
PowerShell
param (
|
|
[Parameter(Mandatory=$true)]
|
|
[string]$infile
|
|
)
|
|
|
|
Invoke-Expression "$PSScriptRoot\winhash.ps1 $infile MD5" |