Top "Cmd" questions

Command Prompt (executable name cmd.

Setting a system environment variable from a Windows batch file?

Is it possible to set a environment variable at the system level from a command prompt in Windows 7 (or even …

windows batch-file cmd environment-variables
Keep CMD open after BAT file executes

I have a bat file like this: ipconfig That will print out the IP info to the screen, but before …

batch-file cmd
How to run Pip commands from CMD

As I understand, Python 2.7.9 comes with Pip installed, however when I try to execute a Pip command from CMD (Windows) …

python cmd pip
IF... OR IF... in a windows batch file

Is there a way to write an IF OR IF conditional statement in a windows batch-file? For example: IF [%var%] == [1] …

windows batch-file if-statement cmd conditional
Assign output of a program to a variable using a MS batch file

I need to assign the output of a program to a variable using a MS batch file. So in GNU …

batch-file cmd variable-assignment windows-console
Windows batch command(s) to read first line from text file

How can I read the first line from a text file using a Windows batch file? Since the file is …

batch-file cmd
Echo off but messages are displayed

I turned off echo in bat file. @echo off then I do something like this ... echo %INSTALL_PATH% if exist %…

batch-file cmd echo
How to open an elevated cmd using command line for Windows?

How do I open a elevated command prompt using command lines on a normal cmd? For example, I use runas /…

windows cmd command
Changing all files' extensions in a folder with one command on Windows

How can I use the Windows command line to change the extensions of thousands of files to *****.jpg?

windows cmd jpeg
Free space in a CMD shell

Is there a way to get the amount of free diskspace of a disk or a folder in a CMD …

windows cmd