Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Setting Launch Configuration command line arguments: (5 Items)
   
Setting Launch Configuration command line arguments  
Is there a setting or special string that will cause the launch configuration to prompt for command line arguments each 
time it is launched?  
Would be useful for programs that you wish to launch many times with different arguments each time.

Thanks,

- Dave Nickerson
Re: Setting Launch Configuration command line arguments  
Implicitly it exists :-) If you launch application from Target File 
System Navigator, it create invisible launch configuration and asks for 
launch parameters to be passed to application. So it's easy to expand 
this feature to the case of explicit launch configuration. But it is not 
implemented yet. I think the correct way is to open CR in Przilla.

Alex

On 07/01/2009 2:10 PM, Dave Nickerson wrote:
> Is there a setting or special string that will cause the launch configuration to prompt for command line arguments 
each time it is launched?
> Would be useful for programs that you wish to launch many times with different arguments each time.
>
> Thanks,
>
> - Dave Nickerson
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post19583
>
>    
Re: Setting Launch Configuration command line arguments  
You duplicate configuration, change parameters and name and launch.
Should be finite number of parameter combination, you just end-up with 
several launch configurations.

Dave Nickerson wrote:
> Is there a setting or special string that will cause the launch configuration to prompt for command line arguments 
each time it is launched?  
> Would be useful for programs that you wish to launch many times with different arguments each time.
>
> Thanks,
>
> - Dave Nickerson
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post19583
>
>   
Re: Setting Launch Configuration command line arguments  
The IDE will prompt you for command line arguments during each launch of the executable by using ${string_prompt} as the
 C/C++ Program Arguments in the program's Launch Configuration.

- Dave




> You duplicate configuration, change parameters and name and launch.
> Should be finite number of parameter combination, you just end-up with 
> several launch configurations.
> 
> Dave Nickerson wrote:
> > Is there a setting or special string that will cause the launch 
> configuration to prompt for command line arguments each time it is launched?  
> 
> > Would be useful for programs that you wish to launch many times with 
> different arguments each time.
> >
> > Thanks,
> >
> > - Dave Nickerson
> >
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post19583
> >
> >   


Re: Setting Launch Configuration command line arguments  
Something I did not know. Would be a next Tip of the Day.

Dave Nickerson wrote:
> The IDE will prompt you for command line arguments during each launch of the executable by using ${string_prompt} as 
the C/C++ Program Arguments in the program's Launch Configuration.
> 
> - Dave
> 
> 
> 
> 
>> You duplicate configuration, change parameters and name and launch.
>> Should be finite number of parameter combination, you just end-up with 
>> several launch configurations.
>>
>> Dave Nickerson wrote:
>>> Is there a setting or special string that will cause the launch 
>> configuration to prompt for command line arguments each time it is launched?  
>>
>>> Would be useful for programs that you wish to launch many times with 
>> different arguments each time.
>>> Thanks,
>>>
>>> - Dave Nickerson
>>>
>>> _______________________________________________
>>> General
>>> http://community.qnx.com/sf/go/post19583
>>>
>>>   
> 
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post24496
>