3 lines
90 B
PowerShell
3 lines
90 B
PowerShell
# write this in file <program.ps1>
|
|
$MyInvocation.MyCommand.Name
|
|
# launch with <.\program>
|