H
hoeriksen
I'm trying to create a Windows service which can also be run as a
console app if it is started with some switch (eg -console). Is there
any way to do this?
Previously (in VC6) it's just been a matter of using the executable for
my service and run it from the command prompt. What's the equivalent to
this in C#?
TIA,
Håvard
console app if it is started with some switch (eg -console). Is there
any way to do this?
Previously (in VC6) it's just been a matter of using the executable for
my service and run it from the command prompt. What's the equivalent to
this in C#?
TIA,
Håvard