Added open-calculator.ps1

This commit is contained in:
Markus Fleschutz
2021-01-09 12:46:08 +01:00
parent 77df424774
commit ff71979ba9
3 changed files with 17 additions and 0 deletions

View File

@ -46,6 +46,7 @@ make-install.ps1, installs built executables and libs to the installation direct
moon.ps1, prints the current moon phase
mute-audio.ps1, mutes audio
open-browser.ps1, starts the default Web browser
open-calculator.ps1, starts the calculator program
open-email-client.ps1, starts the default email client
play-beep.ps1, plays a beep sound
poweroff.ps1, halts the local computer (needs administrator rights)

1 Filename Description
46 moon.ps1 prints the current moon phase
47 mute-audio.ps1 mutes audio
48 open-browser.ps1 starts the default Web browser
49 open-calculator.ps1 starts the calculator program
50 open-email-client.ps1 starts the default email client
51 play-beep.ps1 plays a beep sound
52 poweroff.ps1 halts the local computer (needs administrator rights)