Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How To Create Notification Using Batch Script

@echo off
powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; Add-Type -AssemblyName System.Drawing; $notify = New-Object System.Windows.Forms.NotifyIcon; $notify.Icon = [System.Drawing.SystemIcons]::Information; $notify.Visible = $true; $notify.ShowBalloonTip(0, 'Title', 'Description.', [System.Windows.Forms.ToolTipIcon]::None)}"
Comment

PREVIOUS NEXT
Code Example
Shell :: Mount builtin Google Drive on Startup on Ubuntu 
Shell :: rmd no output 
Shell :: windows check line ending of file 
Shell :: windows 10 smb1 not working 
Shell :: how to make apache2 not autorestat when startup 
Shell :: ubuntu dock setting 
Shell :: bash get line from file 
Shell :: Push existing folder 
Shell :: purge opencv ubuntu 20.04 
Shell :: gh configure vim 
Shell :: bash numbering even filename 
Shell :: determine if command exists 
Shell :: linux command line image converter 
Shell :: git out of sync 
Shell :: Create htpasswd file for nginx (without apache) 
Shell :: rosetta terminal icon 
Shell :: update n98-magerun2 
Shell :: sed replace baskslash with forwardslash 
Shell :: gitlab clone branch 
Shell :: pip install apyori 
Shell :: bash use variable in string 
Shell :: how to add extension to all files terminal 
Shell :: match first word regex 
Shell :: eslint check 
Shell :: free space in ubuntu 
Shell :: linux find command 
Shell :: download pgadmin 4 ubuntu 
Shell :: bash script wget 
Shell :: how to convert 30fps to 60fps using ffmpeg 
Shell :: how to locate a file in linux 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =