Console app?

R

Ron Vecchi

I need to create a standalone exe that can be called by its path name with a
parameter.
The app will be called from a Macromedia Flash Executeable. and the
parameter will be an xml fragment string.


something like C:\myapp.exe myparameter

Would this fall under a console app?
Any other suggestions are appreciated. :)
 
N

news.microsoft.com

You can have parameters on any app type. Even winforms, you just parse the
args on the Main()
 
R

Ron Vecchi

Thanks, didn't know that
news.microsoft.com said:
You can have parameters on any app type. Even winforms, you just parse the
args on the Main()


with
 

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