Questions tagged [command-window]
51 questions
0
votes
2 answers
Java Invalid escape sequences
I have this error : "Invalid escape sequences (valid ones are \b \t ..." in my code Java.
I make in my code.java :
...
r.exec("cmd /c D:\Doc and Settings\USER\Bureau\Apps-Two.loc.nal");
...
The problem is the escapes.
How resolve this…

YassVegas
- 179
- 6
- 22
0
votes
1 answer
Command window popping up when running a Python executable?
I recently made an executable of a Python program with py2exe, and when I ran the executable, a command window appeared for a split second and then disappeared. My program itself never actually ran at all. Everything is still inside the dist folder,…

TimeWillTell
- 191
- 2
- 11
0
votes
0 answers
matlab debugger no longer displays output
MATLAB used to output the line number and the computation performed at that line number when I used the debugger. Now, as I step through each command, it just outputs a single K>>. I didn't change any settings, so what is going on? How can I get the…

jpf66
- 119
- 5
0
votes
1 answer
which visual studio 2012 sku has the command window
i just installed visual studio 2012 express for C++. It doesn't have the command window available (it doesn't show up on View->Other Windows->Command Window).
After searching a bit, it seems that the visual studio 2012 express doesnt have it.
I…

Daltrey Waters
- 325
- 2
- 14
0
votes
1 answer
Windows 8 Console task Command window
I have task setup in Windows 8 that runs after every 5 mins. This is a console exe file which shows Command window if run manually but it also shows command window ever 5 mins when it runs through task scheduler. Is there any setting on Windows 8…

Learner
- 447
- 2
- 5
- 15
0
votes
3 answers
vfp query much faster in command window than compiled
Here's my query:
SELECT solGroup,;
SUM(IIF((;
SELECT COUNT(*) FROM cgift c2;
WHERE c2.solgroup != c1.solgroup AND c1.donor == c2.donor;
) > 0;
,1,0));
countgaveother;
…

DanielST
- 13,783
- 7
- 42
- 65