What steps shall I take before building a command line application using C#
Posted
by Mendy
on Stack Overflow
See other posts from Stack Overflow
or by Mendy
Published on 2010-04-30T20:46:25Z
Indexed on
2010/04/30
20:57 UTC
Read the original article
Hit count: 156
command-line
|c#
I want to develop a command line tool. I didn't build one before, but I used a few, (like mercurial). What steps do I need to take to know how to do that? So what is the problem:
- Regular console application need to be invoked from the command line only from it's directory. Like:
C:\Projects\CommanLineProject\MyProjectConsole.exe
. I want to use it from the command line from any directory, likemercurial
.
© Stack Overflow or respective owner