Tagged Questions
The commandwindow tag has no wiki summary.
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 ...
2
votes
2answers
119 views
DDE using System.Windows.Automation
Is it possible to use the .NET System.Windows.Automation namespace and do the equivalent of the old DDE?
My requirement is to read the text inside a command window(which could be a mainframe screen ...
2
votes
4answers
584 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?
0
votes
1answer
74 views
C++ Can I print the content of 1 or 2 dim array using Visual Studio's Command window?
C++ Can I print the content of 1 or 2 dim array using Visual Studio's Command window? I guess it comes down to whether a "command window" support some kind of loop and print (?) syntax or not.