Discreet Command Execution

2022-09-01 Thread sls1005
Consider using `staticExec`.

Discreet Command Execution

2022-08-31 Thread archnim
Hello world. Using Nimscript, I want to execute an external program (like with exec), but I don't want the output to be printed on the screen. I rather want it to be saved in a file if possible. Please How can I do that ? The module `osproc` doesn't work in nimscript.