This may be simple but I have brain freeze on just now
If I cd into a directory from a command line and then run my executable VB.net application, is there a way to detect the directory that it was launched from.
I currently have the executable in my PATH however ideally the person would cd into the directory that they were wanting the executable to act upon.
Is this possible?