User965574773 posted
I have an asp.net vb app that uploads a zip file to our server. Once there, I want to automatically run a batch file that unpacks the zip file and then executes a python script against some database schemas. The batch file and python script works flawlessly,
however, I cannot figure out how to call that batch file once the upload task is completed.
Any ideas are greatly appreciated and thanks in advance...