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