标签: c input netbeans standards
我正在尝试将文件sample.txt中的数据输入到netbeans上的c程序中。如何从命令行执行此操作?我知道我应该去 File -> Project Properties -> Run -> Run Command.但是我会为Run Command输入什么?
sample.txt
File -> Project Properties -> Run -> Run Command.
答案 0 :(得分:0)
如果您已正确设置OUTPUT_PATH,则会"${OUTPUT_PATH}" "ARG"
OUTPUT_PATH
"${OUTPUT_PATH}" "ARG"