Determine Output Type at runtime

G

Guest

I have a windows app that i want to be able to run at the cmd line.

Using vs2005 can I determine the Output Type at runtime?
or can I set this value at runtime?

thanks
 
N

Nicholas Paldino [.NET/C# MVP]

If you want to run it at the command line, then I recommend that you
have a switch that you send to your program which will tell it to run on the
command line. There is really no way to determine if an app runs on the
command line or not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top