scripts/Args-Test.ps1
2025-04-09 23:17:45 -05:00

3 lines
62 B
PowerShell

$Arg1 = $args[0]
$Arg2 = $args[1]
Write-Host "$Arg1 and $Arg2"