Skip to content

Instantly share code, notes, and snippets.

@StefCoders
Last active April 7, 2024 13:46
Show Gist options
  • Save StefCoders/ab22c687a447d15a6451ef087239c22f to your computer and use it in GitHub Desktop.
Save StefCoders/ab22c687a447d15a6451ef087239c22f to your computer and use it in GitHub Desktop.
@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%').PlaySync();"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment