I have tried doing that but it will get the Console.Readlin e(); prior to actually executing all of the statements. The point is also to not have to require user interaction as I'm building an app that would hopefully not require supervision and could be scheduled to run. I did end up finding an answer on another post. Here is the code that ended up working as desired:
Code:
using System;
Leave a comment: