https://github.com/deonvz/freespaceemailalert
This app monitors freespace on a certain drive if it is less than the amount in freespace.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the freespace.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Using VBScript , DOS and the mailsend.exe.
https://github.com/deonvz/freespaceemailalert
alert batch batch-script email email-sender freespace harddrive report vbs vbscript windows
Last synced: 12 months ago
JSON representation
This app monitors freespace on a certain drive if it is less than the amount in freespace.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the freespace.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Using VBScript , DOS and the mailsend.exe.
- Host: GitHub
- URL: https://github.com/deonvz/freespaceemailalert
- Owner: deonvz
- License: mit
- Created: 2019-09-21T11:51:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T08:22:06.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T05:25:28.753Z (over 1 year ago)
- Topics: alert, batch, batch-script, email, email-sender, freespace, harddrive, report, vbs, vbscript, windows
- Language: VBScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreespaceEmailAlert
This app monitors freespace on a certain drive if it is less than the amount in freespace.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the freespace.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Using VBScript , DOS and the mailsend.exe.