Hard drive info

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
 
M

Mark V

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top