• your welcome, i use windows scheduled task, you have to pass 3 parameter

    1 drive or URL to Drive

    2 hostname (not used in processing, only used to write to log file so i know what server its checking)

    3 Threshold (i use 15% when server has 15% or less email me)

    Example exec from a batch file

    cscript //b //nologo C:\DriveCheckv1.5.vbs "\\192.0.0.142\data" SERVER_SHARE 15

    message me if you have any proplems

    ***The first step is always the hardest *******