Here is my current situation. I have a Classic ASP script that gathers data from multiple sources then creates an XML file. Only once the script is done running should the newly created XML file (static name) be copied to a remote server. Since ASP cannot see the mapped network drive, I can't use ASP to copy the file over to our server. The initial Batch file opens the ASP script with iexplore in the command line.
If anyone has better ideas on achieving this, I'd love to hear it. :)
Thank you.