Top "Cmd" questions

Command Prompt (executable name cmd.

Run reg command in cmd (bat file)?

I'm trying to run this reg code in cmd (bat file), but I couldn't make it work. Where am I …

windows batch-file registry cmd
Executing multiple commands from a Windows cmd script

I'm trying to write a Windows cmd script to perform several tasks in series. However, it always stops after the …

windows batch-file scripting cmd
Open a Web Page in a Windows Batch FIle

I have a batch file that does a bunch of things and at the end needs to open up a …

windows batch-file cmd shellexecute
Command to run a .bat file

I'm trying to make my Visual Studio build script execute a .bat file that does something important. Here is what …

windows cmd command prompt
How to skip "are you sure Y/N" when deleting files in batch files

I can't for the life of me remember how to bypass the annoying prompt are you sure? Y/N when …

windows batch-file cmd
Delete files or folder recursively on Windows CMD

How do I delete files or folders recursively on Windows from the command line? I have found this solution where …

windows cmd delete-file
What is the reason for the error message "System cannot find the path specified"?

I have folder run in folder system32. When I run cmd from within Total Commander opening a command prompt window …

cmd directory system32
PHP is not recognized as an internal or external command in command prompt

I got the following error when I run a command with php C:\xampp\htdocs>php 'php' is not …

php cmd exe
Windows batch: echo without new line

What is the Windows batch equivalent of the Linux shell command echo -n which suppresses the newline at the end …

windows batch-file cmd newline
Prevent overwriting a file using cmd if exist

I am currently writing a .bat batch file that executes an installation file. Before it runs the installation file I …

batch-file cmd command-prompt