Tagged Questions

4
votes
4answers
2k views

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

I wrote a Haskell program that runs backup processes periodically on a Windows machine use rsync. But everytime I run the rsync command, a command window opens up to the top of all the windows. I ...