Run with Arguments
I'm creating and application with SwfKit that allows you to open and modify a specially formatted XML document. I'm wondering how I can launch the application with one of the xml files as an argument. Similar to the way you can select a .txt file and "open with" notepad, I'd like to be able to select and xml document and say "open with" MyApp.exe. Or likewise I'd like to be able to lauch the program from the command line with an xml document as the argument (i.e. "c:\MyApp.exe c:\SomeFile.xml").
I guess I'm just not sure what object exposes any additional arguments passed into my executable.
Thanks in advance,
--carriker
|