I have created a visual basic app that iterates through a loop and creates certain folders with excel files. i want to zip certain folders together into a self-extracting zip file. I assume that I will use some software such as Winzip and thne execute a command line command using the Shell() command in Visual Basic. Is there any advice on which zip utility to use and what is the cheapest route?
Also, this batch process I have can take some time (depending on the date ranges specified by the user). And would work much better as a scheduled job rather then a manually, run program. Is there any scheduling utilities out there that I should investigate? I do utilize MS SQL Server but the end user will not have access (nor any clue on how to) schedule a job within SQL Server.
Thanks for any help and let me know if you need more info then that.
Also, this batch process I have can take some time (depending on the date ranges specified by the user). And would work much better as a scheduled job rather then a manually, run program. Is there any scheduling utilities out there that I should investigate? I do utilize MS SQL Server but the end user will not have access (nor any clue on how to) schedule a job within SQL Server.
Thanks for any help and let me know if you need more info then that.