Top "Command-prompt" questions

The command prompt is the string of text that a command-line interpreter displays to you, the user, to prompt you for input in interactive mode.

" 'devenv' is not recognized as an internal or external command ..."

Is there a way to just open a VS project from the command prompt? For example, the way with Atom, …

visual-studio command-prompt devenv
Send Windows Key in batch script

I've recently been using the SendKeys function using Batch script. I've understood how to input certain keys into a window, …

batch-file command-line cmd command-prompt sendkeys
Waiting until a process created by calling a batch file has completed

MyFile1.bat invokes MyFile2.bat twice: start MyFile2.bat argA, argB, argC start MyFile2.bat argX, argY, argZ At this …

batch-file command-line command-prompt windows-shell
How to answer to prompts automatically with python fabric?

I want to run a command which prompts me to enter yes/no or y/n or whatever. If I …

python command-prompt fabric
remove last STDOUT line in Python

I am trying to figure out how to suppress the display of user input on stdout. raw_input() followed by …

python stdout command-prompt
How do I change the default virtualenv prompt?

How do you change the default Virtualenvwrapper prompt? By default, working on a particular virtual environment with a command like "…

python bash virtualenv command-prompt virtualenvwrapper
show current GIT branch name in windows command prompt

Is is possible to display current git branch name in regular windows command prompt? Let's say on windows 7 or 10.

windows git branch command-prompt
How to write multiple lines of code in Node REPL

I would like to evaluate var foo = "foo"; console.log(foo); as a block, instead of evaluating line by line …

node.js command-prompt read-eval-print-loop node-repl
How to quickly open the current directory from the command prompt? OS - Windows

There is a need to quickly open the current directory from the command prompt. I know that there is a …

windows cmd command command-prompt explorer
Alter Git prompt on Windows

I'm using Git on Windows, installed through GitExtensions with MSysGit (latest) having selected "do not modify my Windows prompt" during …

windows git bash command-prompt msysgit