I have a console application, that when I run (from within vs.net) it takes a while as it is a long running process.
I want to continue coding in vs.net, and maybe even spawn multiple instances of the console application.
How to best deploy this on my desktop cmputer?
Is this a good approach:
create a folder: /myConsole/ then subfolders for each instance.
Do I just grab all fines in the /debug folder or are there other dependancies?