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.

'ping' is not recognized as an internal or external command operable program or batch file error

When I do ping www.otbotweb.com I get the error message 'ping' is not recognized as an internal or …

windows batch-file command-prompt ping system32
How to show records vertically in mysql command line?

First explaining what is on my mind {I'm not good at English} On Alan Storm's blog, I found a tricky …

mysql cmd command-prompt
Openfiles query to see open files

How can I call the Openfiles.exe (which is on the server 2008 file server) remotely from a computer to see …

powershell command-line vbscript command-prompt dsquery
How to save JMeter Aggregate Report results to a CSV file using command prompt?

I have been using JMeter in GUI mode for composing all the test cases required for load testing my service …

csv jmeter command-prompt
Get Value of Registry Key

I have a batch script that checks if a registry key exists and if it does exist then open Internet …

batch-file dos command-prompt
How to run commands via NodeJS child process?

I am trying to run commands on Windows via NodeJS child processes: var terminal = require('child_process').spawn('cmd'); terminal.…

shell node.js process command-line-interface command-prompt
How can I maximize a specific window through cmd? (Windows)

I just want to make a simple Notepad .bat file that would maximize a specific process window. Is that possible?

windows command-line command-prompt maximize-window
How to suppress (or customize) Mac Terminal shell prompt

Currently in my Terminal, every shell prompt looks like ComputerName: FooDir UserName$. The UserName part simply wastes too much space …

macos terminal command-prompt
Visual Studio Command Prompt vs. a regular command prompt?

When I open a Visual Studio command prompt (for example, opened with menu Start -> Programs -> Microsoft …

visual-studio visual-studio-2008 command-prompt
Hide Command Window in C# Application

Before you say its a duplicate question, please let me explain (as I've read all similar threads). My application has …

c# .net command-prompt xcopy