Answers for "fsharp fake create process"

0

fsharp fake create process

CreateProcess.fromRawCommandLine "./folder/mytool.exe" "arg1 arg2 arg3"
|> Proc.run // start with the above configuration
|> ignore // ignore exit code
Posted by: Guest on April-29-2022

Browse Popular Code Answers by Language