Reputation: 336
I am using Nebeans 7.0 and its C++ plugin and I want to do something like this: test.exe < in.txt > out.txt
when I run the project. Where can I add these parameters to the project in Netbeans? Thanks in advance!
Upvotes: 3
Views: 5665
Reputation: 10381
Under File
, Project Properties
, Run
the first entry is Run Command
. Click on the ellipsis to enter the additional information.
Upvotes: 7
Reputation: 62387
I've no C++ project plugin installed at the moment, but in Java and PHP you need to right click on the project name in project manager, select 'Properties' and find 'Run Configuration' (or something similar) in Categories tree
Upvotes: 0