Top "Cmd" questions

Command Prompt (executable name cmd.

How do I get the application exit code from a Windows command line?

I am running a program and want to see what its return code is (since it returns different codes based …

windows command-line process cmd exit-code
Defining and using a variable in batch file

I'm trying to define and use a variable in a batch file. It looks like it should be simple: @echo …

batch-file cmd environment-variables
How to run an application as "run as administrator" from the command prompt?

I have a batch file called test.bat. I am calling the below instructions in the test.bat file: start /…

powershell cmd command-prompt
how to change directory using Windows command line

I'm using cmd.exe (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to "D:\temp" …

windows command-line cmd command-prompt
How do I display a text file content in CMD?

I want to display the content of a text file in a CMD window. In addition, I want to see …

cmd
Create folder with batch but only if it doesn't already exist

Can anybody tell me how to do the following in in a Windows batch script? (*.bat): Create a folder only …

windows batch-file cmd
Check status of one port on remote host

I need a command line that can check the port status on a remote host. I tried ping xxx.xxx.…

windows batch-file tcp cmd
Install an apk file from command prompt?

I want to install a file using the Windows command line. First I want to build after compiling all the .…

android cmd apk
"rm -rf" equivalent for Windows?

I need a way to recursively delete a folder and its children. Is there a prebuilt tool for this, or …

windows cmd wsh
How to unzip a file using the command line?

Which commands can be used via the command line to unzip a file? Preferably something built into Windows or open …

zip cmd