Displaying 1 result from an estimated 1 matches for "prepout".
Did you mean:
prepost
2011 Mar 22
0
command prompt shell suppressing stdout?
...fy OS and input from control (also generated in R with user options to the function) to automate; no output visible in command prompt window; if control not specified, then executable waits for user keyboard input, resulting in a frozen blank window
2) gfortran -o C:\bin\run.exe file1 file2 file 3 prepout... #compile "engine" files to run model with output of prep program; output visible in command prompt window
3) C:\bin\run.exe #execute engine to run the model; no output visible
I have tried the following without success:
system("npscript.bat", wait=F, invisible=F) and all...