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