[Solved] translate my code to a batch file for me [closed]
The simplest solution, since you already have working C# code, is to create a Console Application, and use your existing code in the Main() method. Compile it into an EXE, and place the EXE somewhere on the computer where the code must run. Use Windows Task Scheduler to schedule your EXE to run as needed. … Read more