All Questions
6 questions
7
votes
0
answers
11k
views
What’s the command line equivalent of strace on Windows?
I need to | findstr SomePATH in order to search if a program access and close immediately a specific path. On Linux, I would use myprogram | strace 2>&1 | grep SomPATH.
But what’s the ...
1
vote
1
answer
467
views
.exe not compatible with 64 bit Windows after FTP download
Sorry for my bad English; I’m German and only 14 years old.
I uploaded an .exe file from my 64-bit Windows computer to my FTP Server with FTP.exe (in Command Prompt). Before I did that it was working ...
3
votes
1
answer
3k
views
Will PROCESSOR_ARCHITECTURE Environment Variable Identify as 32 Bit on a 64 Bit Machine with a 32 Bit OS Installed?
If I had a 32 bit version of Windows installed on a 64 bit capable machine, will the following command return "x86"?
echo %PROCESSOR_ARCHITECTURE%
15
votes
8
answers
134k
views
How to disable sleep mode via CMD?
With only the command prompt, is it possible to disable sleep mode when closing the lid of a laptop?
51
votes
8
answers
139k
views
Terminal emulator with split panes for Windows 7 (64 bit) [closed]
I'm looking for a terminal emulator on Windows 7 (64 bit) with a specific feature:
to be able to split the command prompt window into multiple panes.
It's a great feature of Terminator for gnome, I ...
32
votes
8
answers
264k
views
Uninstalling programs silently via CMD
Is there a way I can uninstall programs without the graphical interface and doing it via CMD?