Console app?

  • Thread starter Thread starter Ron Vecchi
  • Start date Start date
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. :)
 
You can have parameters on any app type. Even winforms, you just parse the
args on the Main()
 
Back
Top