6 lines
82 B
PowerShell
6 lines
82 B
PowerShell
Param(
|
|
[string]
|
|
$SCTaskNum = "World"
|
|
)
|
|
|
|
Write-Host "Hello, $WorldName!" |