My application runs from the command line like this: MYAPP.exe IFILE, where IFILE is the path\name of the input file for this run. A legitimate IFILE is required; if it is missing, MYAPP prints an informative error message and STOPs. I would now like to run MYAPP from the IDE, specifically from the Silverfrost debugger.
How do I specify IFILE's name when I am debugging MYAPP.