New answers tagged cmd
Tooling
0 votes
0 replies
0 views
is there a way to use 8-color terminals in windows11
You should be able to spin up a virtual machine running an OS with the terminal emulator of your choice in no time. If Windows can't be coerced to do 8 bit colors, try a lightweight Linux distro.
Tooling
1 vote
0 replies
0 views
is there a way to use 8-color terminals in windows11
The question is about terminal emulator like xterm, rxvt, MinTTY, etc…
Tooling
0 votes
0 replies
0 views
is there a way to use 8-color terminals in windows11
May I ask why? I never heard of such a terminal, even though I knew black-and-white and grayscale ones. And... do people still use any terminals (hardware, not computers connected as terminals)? I'm ...
0 votes
How to exit a REPL from the command line
os.exit() os.exit(0) in case you need to have an explicit function call with exit code instead of direct Ctrl+D
0 votes
What is the `tr` command in Windows?
Alternatively, get the windows sed command and use that for replacement (also need dependency dlls in same folder). https://sourceforge.net/projects/gnuwin32/files/sed echo %PATH% | sed -e s#;#\n#g
0 votes
using git-posh or/and oh-my-posh with Command Prompt(cmd, not Powershell) inside windows terminal
Although you can use clink with oh-my-posh, if you're not really interested in having multiple shells using the same theme I would stick with just clink as it offers everything you need if you also ...
0 votes
How to count number of screens via powershell or cmd
Count active monitors which works on Windows 11 without wmic. @echo off for /f %%i in (' powershell -noprofile -command ^ "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms....
Top 50 recent answers are included
Related Tags
cmd × 24379batch-file × 10749
windows × 8316
python × 2121
powershell × 1843
java × 1544
c# × 1105
command-line × 1020
for-loop × 572
command-prompt × 549
shell × 471
command × 467
c++ × 408
php × 407
python-3.x × 359
directory × 349
vbscript × 348
node.js × 331
process × 285
file × 258
windows-10 × 255
path × 254
windows-7 × 251
bash × 250
c × 246