3 lines
62 B
PowerShell
3 lines
62 B
PowerShell
$Arg1 = $args[0]
|
|
$Arg2 = $args[1]
|
|
Write-Host "$Arg1 and $Arg2" |