OK,

Well, i made a script that runs once a day on a server and checks if the free space on the local partition is less than what i have decided to be the minimum limit. If so, it sends a notification mail by BLAT.

Let say that this script's name is "CHECKDISK" and the script i'm looking for will be named "DATASCRIPT"

We are giving tech services to a large number of companies which their servers are different from company to company, i need to make some sort of script [DATASCRIPT] that will ask certain questions and will take the data such as [minimum disk size, email address to send from and to, mail relay name, etc] and that the DATASCRIPT will put it in the CHECKDISK script the values.

The DATASCRIPT will run only once in order to fill the necessary values in the CHECKDISK script

I hope i managed to explain myself