Monday, January 05, 2026

Adding to a the CLAUDE code a visual and audio notification that the task is completed

 # One time install a module using andministrator powershell 

`Install-Module -Name BurntToast`

 notice: will ask stupid questions.

 

 ## Copy Files: 

  • play-done.bat 
  • TaskDone.png 
  • done.mp3  

 to the `./clause` directory of the project. in the directory where the  `CLAUDE.md` is

 

 add to `CLAUDE.md` 

 

`When you complete a task, run: ./claude/play-done.bat`

the play-done.bat file

Followers