Windows CMD Commands

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

TREE.com – Windows CMD Command

Display the folder structure of a drive or path as a graphical tree. Like the DIR command, the first two lines of output from Tree are the Volume Label and Serial Number, in Windows...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 2

TRACERT – Windows CMD Command

Trace Route – Find the IP address of any remote host. TRACERT is useful fortroubleshooting large networks where several paths can be taken to arrive at the same point,or where many intermideate systems (routers...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

TOUCH – Windows CMD Command

Chance file timestamps This is a POSIX utility.Use the optional argument /t to specify a date other than the current time.( four-digit years, two-digit months, days, hours, minutes, seconds) An alternative Touch using the...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

TLIST – Windows CMD Command

Task List. Show the command, command line, working directory, memory usage and DLLs for each running task. This command is no longer supplied with recent versions of the Windows resource kit, having been replaced...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

TITLE – Windows CMD Command

Change the title displayed above the CMD window. Syntax TITLE [string] Key string The title for the command prompt window, up to 243 characters. The TITLE command is typically used in a batch file...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 4

TIMEOUT.exe – Windows CMD Command

Delay execution for a few seconds or minutes, for use within a batch file. Syntax TIMEOUT delay [/nobreak] Key delay Delay in seconds (between -1 and 100000) to wait before continuing. The value -1...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

TIME – Windows CMD Command

Display or set the system time. Syntax TIME [new_time] TIME TIME /T key new_time : The time as HH:MM TIME with no parameters will display the current time and prompt for a new value....

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

TELNET – Windows CMD Command

Communicate with another host using the TELNET protocol. Syntax TELNET [-a] [-e escape_char] [-f log_file] [-l user] [-t term] [host [port]] Key -a Attempt automatic logon Same as -l except uses currently logged on...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 2

TASKKILL – Windows CMD Command

End one or more processes (by process id or image name). Syntax TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/F] [/T] Options /S system The...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

TASKLIST – Windows CMD Command

TaskList displays all running applications and services with their Process ID (PID) This can be run on either a local or a remote computer. Syntax Tasklist options Options: /s computer Name or IP address of a...