I'm trying to develop a VBscript that will take the contents from a web-based FORM and append the data to a single text file each day. The kicker is that the file compiles only 24hrs of inputs from the form then saves the file to a folder on the server then starts up a new file with the same results creating a "file per day " structure.
such as:
"data8-31-00.txt"
"data9-01-00.txt"
and so on.
Does anyone know a way that this can be done?
im stumped and my head is spinning. Any help will be appreiciated.

Thanks