Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
// System Command Output. Nigel Galloway: October 6th., 2020
|
||||
let n=new System.Diagnostics.Process(StartInfo=System.Diagnostics.ProcessStartInfo(RedirectStandardOutput=true,RedirectStandardError=true,UseShellExecute=false,
|
||||
FileName= @"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\FSharp\fsc.exe",Arguments="--help"))
|
||||
n.Start()
|
||||
printfn "%s" ((n.StandardOutput).ReadToEnd())
|
||||
n.Close()
|
||||
Loading…
Add table
Add a link
Reference in a new issue