Hard drive info

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How to write a bash file that controls how much free space is in HDD and if
this space is smaller than 100MB the script will send me an e-mail.

Mati
 
In microsoft.public.win2000.cmdprompt.admin =?Utf-8?B?TWF0aQ==?=
wrote:
Hi

How to write a bash file that controls how much free space is in
HDD and if this space is smaller than 100MB the script will send
me an e-mail.

"Bash" file or "batch" file? What OS and file system? Can you use
3rd-party tools?

psinfo.exe -d (sysinternals) and
blat.exe (a CLI SMTP utility) may be useful.
 
Back
Top