I have a done a VB.Net program that reads the data from two text files ( one text file will contain the list of server names and other will have the list of values) and hit the database with the server name from one text file's list and use the values in other text file as filters.
The code works fine in Dot Net environment.
The requirement is, I need to make it run in the command prompt.Input should be the following
MyProgram.exe -s D:\ServerName.txt -v D:\Valuelist.txt
MyProgram is the name of the program in VB.Net and the other two are text files.
Help me reaching out with this
Thanks, Ramya