Last active
April 7, 2024 13:46
Revisions
-
StefCoders revised this gist
Apr 7, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ set "soundURL=https://www.myinstants.com/media/sounds/som-do-zap-zap-estourado.mp3" set "volume=100" powershell -Command "(New-Object Media.SoundPlayer '%soundURL%').PlaySync();" -
StefCoders created this gist
Apr 7, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ @echo off set "soundURL=https://www.myinstants.com/media/sounds/som-do-zap-zap-estourado.mp3" set "volume=100" powershell -Command "(New-Object Media.SoundPlayer '%soundURL%').Play();"