Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cmd

Query windows event log for the past two weeks

CMD: Set buffer height independently of window height

cmd

cmd: if exist A and B then

if-statement batch-file cmd

Close chrome from bat file

batch-file command-line cmd

bat file: get parent pathname

cmd batch-file pathname

How can I execute commands in git-bash in Windows which are located in a folder with spaces ie "Program Files"?

windows cmd git-bash

Why is no string output with 'echo %var%' after using 'set var = text' command in cmd? [duplicate]

Login to Perforce from Commandline

command-line cmd perforce

How to auto-hide the taskbar from the command line

windows cmd windows-7 taskbar

Batch-file: Check if file with pattern exist

Windows batch script to unzip files in a directory

windows batch-file cmd unzip

cmd prompt freezes until I hit CTRL+C, then continues as normal

angularjs node.js cmd npm

Windows batch file: Pipe destroys my return code

batch-file cmd

How do I kill a specific process running in the background from the command prompt?

windows batch-file cmd kill

Start multiple h2o cluster from within R

Redirect batch stderr to file

windows batch-file cmd stderr

Is there any way to automatically save command history to a file in cmd.exe, similar to bash's bash_history?

In Windows cmd, how do I run an executable in the current directory (instead of one with the same name in %PATH%) without referring to the full path? [closed]

At which point does `for` or `for /R` enumerate the directory (tree)?

Why is ErrorLevel set only after || operator upon a failed redirection?