Is it possible to pass one or more parameters to a compiled app? Say the compiled app is called test.exe I would like to start it thus: test.exe xxx I'd like the compiled app to be able to capture xxx in a variable to be used by the program.
Dennis McGrath

