using the #exec command in an html page, or some sort of command from ASP, i would like to run a .vbs script that opens a VSS database, gets a file from it and places it in a specific directory on the server. I cant simply run the script from an asp page because of memory constraints imposed on the site by IIS, the database is quite large.

i would like to know how to 1. pass a value to the script (a file name to get from the DB) 2. fire off the script on the server 3. return to the browser whereupon redirecting it to the file location on the webserver.

any help would be appretiated

thanks,
Zack