Skip to main content

All Questions

111 votes
16 answers
110k views

How can I trigger a notification when a job/process ends?

The place I work at has commands that take a long time to execute. Is there a command/utility that I can use to notify me when the command execution is over? It could be a popup window or maybe a ...
Utkarsh Sinha's user avatar
77 votes
2 answers
36k views

How to ring the system bell from command line?

I'm using some Bash scripts under Linux that require some time to complete; I'd like to add at the end of them a command to ring the system bell when those tasks are done, so I can be notified. What'...
Sekhemty's user avatar
  • 9,526
18 votes
4 answers
123k views

How can I send a notification to a Windows 10 computer from the command line

I'd like to create/send native Windows notifications from the command-line as part of a few automated tasks that I have set up, both on my local machine and for similar tasks on my home server. Both ...
exterrestris's user avatar