passing over an argument upon running an exe

I want to run a windows exe and pass over an argument upon starting it by adding the argument to the startup command

e.g. c:/myapp.exe -argument

How do I read -argument upon start of the application in app.open?

Thanks

Stefan

See ‘System.CommandLine’:
http://documentation.xojo.com/index.php/System.CommandLine

thanks