Search Results

1
vote

Is there a simple way in Haskell to call a shell command in Windows without the command window popping up?

You should really tell us how you are trying to do this currently, but on my system (using linux) the following snippet will run a command without opening a new terminal window. It should work the …