2
votes
4answers
324 views
Is there a way to look at what the windows command prompt just closed?
When the command prompt opens and then just closes really fast (because there isn't a pause line) is there a way to see what it just showed you?
2
votes
4answers
452 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 …
