This PowerShell script plays the Super Mario intro.
PS> ./play-super-marioAuthor: Markus Fleschutz | License: CC0
This PowerShell script lets you play the famous Snake game. NOTE: use the arrow keys to control the snake
PS> ./play-snake.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lets 2 players play the famous Pong game. NOTE: Player 1: moves up, moves down | Player 2: or | to quit
PS> ./play-pong.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script plays the given sound file (MPEG-1 audio layer-3 file format).
path Specifies the file path to the .MP3 file
PS> ./play-mp3.ps1 C:\thunder.mp3▶️ Playing 'thunder.mp3' (00:03) ...Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Mission Impossible theme.
PS> ./play-mission-impossible.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the famous Jingle Bells song.
PS> ./play-jingle-bells.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the Imperial March used in the Star Wars film series.
PS> ./play-imperial-march.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays the famous Happy Birthday song.
PS> ./play-happy-birthday.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script plays a short beep sound at 500Hz for 300ms.
PS> ./play-beep-sound.ps1(listen and enjoy)Author: Markus Fleschutz | License: CC0
This PowerShell script measures the ping roundtrip times from the local computer to remote ones (10 Internet servers by default).
hosts Specifies the hosts to ping, seperated by commata (10 Internet servers by default)
PS> ./ping-internet.ps1✅ Internet ping: 12ms (9...18ms range)Author: Markus Fleschutz | License: CC0