Running a custom command line program.
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I am writing a command line utility in C#. When I try to run the program from a different directory with a batch file or if I put the program folder in the Path statement I get a file not found error on the App.config file. How do I build a command line program that can be called from outside it's build or installed location?
Jay Bowman Springfield, IL