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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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...