mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 00:13:36 +01:00
759 B
759 B
PowerShell Script open-calculator.ps1
Synopsis
open-calculator.ps1
Description
Starts the calculator program.
Syntax
/home/mf/PowerShell/Scripts/open-calculator.ps1 [<CommonParameters>]
Parameters
## <CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
Example
PS>.\open-calculator.ps1
Notes
Author: Markus Fleschutz · License: CC0
Related Links
https://github.com/fleschutz/PowerShell
Generated by convert-ps2md.ps1