Top "Cmd" questions

Command Prompt (executable name cmd.

How do I execute cmd commands through a batch file?

I want to write a batch file that will do following things in given order: Open cmd Run cmd command …

batch-file cmd windows-scripting
How do I use spaces in the Command Prompt?

How can I use spaces in the Windows Command Line? cmd /C C:\Program Files (x86)\WinRar\Rar.exe a …

windows cmd escaping
Iterate all files in a directory using a 'for' loop

How can I iterate over each file in a directory using a for loop? And how could I tell if …

windows batch-file for-loop cmd
What does cmd /C mean?

I can understand cmd but not cmd /c. I was trying to invoke a java program from the current for …

command-line cmd
Is there a command to refresh environment variables from the command prompt in Windows?

If I modify or add an environment variable I have to restart the command prompt. Is there a command I …

windows cmd environment-variables
Command prompt won't change directory to another drive

I'm trying to compile some java (learning java currently), and to do so I need to change command-prompt's directory (using …

command-line cmd directory command-line-interface command-prompt
How to create empty text file from a batch file?

Can somebody remember what was the command to create an empty file in MSDOS using BAT file?

batch-file cmd dos
Windows shell command to get the full path to the current directory?

Is there a Windows command line command that I can use to get the full path to the current working …

windows batch-file command-line cmd
'python' is not recognized as an internal or external command

So I have recently installed Python Version 2.7.5 and I have made a little loop thing with it but the problem …

python cmd
Redirect Windows cmd stdout and stderr to a single file

I'm trying to redirect all output (stdout + stderr) of a DOS command to a single file: C:\>dir 1> …

windows command-line cmd pipe