GRitchie Posted January 21, 2015 Posted January 21, 2015 Hello, I'm writing a backup batch script (all working fine) however I want a tray icon to appear throughout. Ideally it will popup saying 'backup started' and then if possible a percentage status on hover. If not the percentage, just 'backing up' would work too. I've looked at 'notifu' however it's a bit temperamental and the icon in the tray disappears when the timer on the balloon runs out! Any ideas?? Any questions, go ahead.
Knil92 Posted April 20, 2017 Posted April 20, 2017 I'm sorry but you can't do this with a batch script, there might be a third party option out there where you can use a cmd command to send an icon to the icon tray and then another command to remove it when its done backing up, but from the top of my head, I cant think of anything that would do this
pcstru Posted April 20, 2017 Posted April 20, 2017 Ideas - use powershell, either entirely or just to do the notifications.
Guest MD5T Posted April 20, 2017 Posted April 20, 2017 (edited) Have a look at Auto IT Scripting https://www.autoitscript.com/site/autoit/ Edited April 20, 2017 by MD5T
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now