Issue
I'm trying to input data from file sample.txt
into my c program on netbeans. How can I do that from command line? I know I should go to
File -> Project Properties -> Run -> Run Command.
But what would I enter for Run Command?
Solution
If you have set theOUTPUT_PATH
properly it will be "${OUTPUT_PATH}" "ARG"
Answered By - user2736738
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)