RosettaCodeData/Task/Execute-a-system-command/F-Sharp/execute-a-system-command.fs

2 lines
50 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
System.Diagnostics.Process.Start("cmd", "/c dir")