<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Command Prompt Commands List</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f4f4f4;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
tr:hover {
background-color: #f1f1f1;
}
caption {
caption-side: top;
font-size: 1.5em;
margin-bottom: 10px;
}
</style>
</head>
<body>
<table>
<caption>Command Prompt Commands List</caption>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr><td>addusers</td><td>Add or list users to/from a CSV file</td></tr>
<tr><td>append</td><td>Allows programs to open data files in specified directories as if they were in the current directory. You can also use it without parameters, to display the appended directory list.</td></tr>
<tr><td>assoc</td><td>Displays or modifies file name extension associations. If used without parameters, assoc displays a list of all the current file name extension associations.</td></tr>
<tr><td>attrib</td><td>Displays sets or removes attributes assigned to files or directories. If used without parameters, attrib displays attributes of all files in the current directory.</td></tr>
<tr><td>attrib</td><td>Display file attributes</td></tr>
<tr><td>attributes</td><td>Displays, sets, or clears the attributes of a disk or volume.</td></tr>
<tr><td>break</td><td>Do nothing, successfully</td></tr>
<tr><td>cacls</td><td>Change file permissions</td></tr>
<tr><td>call</td><td>Calls a batch file from another one</td></tr>
<tr><td>call</td><td>Call one batch program from another</td></tr>
<tr><td>cd</td><td>Change directory</td></tr>
<tr><td>change</td><td>Change Terminal Server Session properties</td></tr>
<tr><td>chkdsk</td><td>Check volumes</td></tr>
<tr><td>chkntfs</td><td>Display/change volume check at startup</td></tr>
<tr><td>cls</td><td>Clear screen</td></tr>
<tr><td>cmd</td><td>Start command prompt</td></tr>
<tr><td>cmdkey</td><td>Manage stored usernames/passwords</td></tr>
<tr><td>color</td><td>Change console colour</td></tr>
<tr><td>comp</td><td>Compare file contents</td></tr>
<tr><td>compact</td><td>Display/change file compression</td></tr>
<tr><td>con</td><td>Console input</td></tr>
<tr><td>convert</td><td>Convert a FAT drive to NTFS</td></tr>
<tr><td>copy / xcopy</td><td>Copy files</td></tr>
<tr><td>curl</td><td>Transfer data from or to a server</td></tr>
<tr><td>date</td><td>Show/set date</td></tr>
<tr><td>defrag</td><td>Defragment media</td></tr>
<tr><td>dir</td><td>List directory content</td></tr>
<tr><td>diskcomp</td><td>Compare the content of two floppy disks</td></tr>
<tr><td>diskcopy</td><td>Copy floppy disc to another one</td></tr>
<tr><td>diskpart</td><td>Volume management</td></tr>
<tr><td>driverquery</td><td>Display installed devices and their properties</td></tr>
<tr><td>echo</td><td>Text output</td></tr>
<tr><td>echo</td><td>Display message on the screen</td></tr>
<tr><td>erase / del</td><td>Delete one or more files</td></tr>
<tr><td>exit</td><td>Exits the command prompt or a batch file</td></tr>
<tr><td>exit</td><td>Quit the current script/routine and set an errorlevel</td></tr>
<tr><td>expand</td><td>Extract files</td></tr>
<tr><td>fc</td><td>Compare files and display the differences</td></tr>
<tr><td>fc</td><td>Compare two files</td></tr>
<tr><td>find</td><td>Find files</td></tr>
<tr><td>find</td><td>Search for a text string in a file</td></tr>
<tr><td>findstr</td><td>Search for strings in files</td></tr>
<tr><td>for</td><td>For loop</td></tr>
<tr><td>format</td><td>Format volumes</td></tr>
<tr><td>format</td><td>Format a disk</td></tr>
<tr><td>freedisk</td><td>Check free disk space</td></tr>
<tr><td>ftp</td><td>Transfer files to an FTP server</td></tr>
<tr><td>ftype</td><td>Display file type and mapping</td></tr>
<tr><td>getmac</td><td>Display MAC address</td></tr>
<tr><td>goto</td><td>Direct a batch program to jump to a labelled line</td></tr>
<tr><td>gpresult</td><td>Display group policies</td></tr>
<tr><td>gpupdate</td><td>Update group policies</td></tr>
<tr><td>hostname</td><td>Display host name</td></tr>
<tr><td>ipconfig</td><td>Display IP network settings</td></tr>
<tr><td>ipconfig</td><td>Configure IP</td></tr>
<tr><td>label</td><td>Change volume name</td></tr>
<tr><td>md</td><td>Create a new Directory</td></tr>
<tr><td>mkdir</td><td>Create a new directory</td></tr>
<tr><td>mode</td><td>Configure interfaces/devices</td></tr>
<tr><td>more</td><td>Display output, one screen at a time</td></tr>
<tr><td>mountvol</td><td>Assign/delete drive mount points</td></tr>
<tr><td>move</td><td>Move/rename files</td></tr>
<tr><td>move</td><td>Move files from one folder to another</td></tr>
<tr><td>net</td><td>Manage network resources</td></tr>
<tr><td>netsh</td><td>Configure/control/display network components</td></tr>
<tr><td>netstat</td><td>Display TCP/IP connections and status</td></tr>
<tr><td>nslookup</td><td>Query the DNS</td></tr>
<tr><td>openfiles</td><td>Query or display open files</td></tr>
<tr><td>path</td><td>Display or set a search path for executable files</td></tr>
<tr><td>pathping</td><td>Test the connection to a specific IP address</td></tr>
<tr><td>pause</td><td>Pauses the execution of a batch file and shows a message</td></tr>
<tr><td>pause</td><td>Suspend processing of a batch file</td></tr>
<tr><td>perfmon</td><td>Start performance monitor</td></tr>
<tr><td>ping</td><td>Pings the network</td></tr>
<tr><td>ping</td><td>Test a network connection</td></tr>
<tr><td>print</td><td>Print a text file</td></tr>
<tr><td>prompt</td><td>Change command prompt</td></tr>
<tr><td>psfile</td><td>Show files opened remotely</td></tr>
<tr><td>pskill</td><td>Kill processes by name or process ID</td></tr>
<tr><td>pslist</td><td>List detailed information about processes</td></tr>
<tr><td>psloggedon</td><td>Who’s logged on (locally or via resource sharing)</td></tr>
<tr><td>psloglist</td><td>Event log records</td></tr>
<tr><td>pspasswd</td><td>Change account password</td></tr>
<tr><td>psping</td><td>Measure network performance</td></tr>
<tr><td>psservice</td><td>View and control services</td></tr>
<tr><td>psshutdown</td><td>Shutdown or reboot a computer</td></tr>
<tr><td>pssuspend</td><td>Suspend processes</td></tr>
<tr><td>rd</td><td>Delete a Directory</td></tr>
<tr><td>reg</td><td>Add/read/import/export registry entries</td></tr>
<tr><td>rem</td><td>Record comments (remarks) in a batch file</td></tr>
<tr><td>ren</td><td>Rename a file or files</td></tr>
<tr><td>rename</td><td>Rename files</td></tr>
<tr><td>replace</td><td>Replace files</td></tr>
<tr><td>replace</td><td>Replace or update one file with another</td></tr>
<tr><td>rmdir / rd</td><td>Delete directory</td></tr>
<tr><td>route</td><td>Display network routing table, add static routes</td></tr>
<tr><td>runas</td><td>Start a program as another user</td></tr>
<tr><td>set</td><td>Display, set, or remove session environment variables</td></tr>
<tr><td>setlocal</td><td>Control the visibility of environment variables</td></tr>
<tr><td>sfc</td><td>System File Checker</td></tr>
<tr><td>shutdown</td><td>Shutdown the computer</td></tr>
<tr><td>sleep</td><td>Wait for x seconds</td></tr>
<tr><td>sort</td><td>Sort the screen output</td></tr>
<tr><td>sort</td><td>Sort input</td></tr>
<tr><td>start</td><td>Start your own window to execute a program or command</td></tr>
<tr><td>systeminfo</td><td>Displays computer-specific properties and configurations</td></tr>
<tr><td>systeminfo</td><td>List system configuration</td></tr>
<tr><td>takeown</td><td>Take ownership of a file</td></tr>
<tr><td>tar</td><td>Store, list or extract files in an archive</td></tr>
<tr><td>taskkill</td><td>Terminate a process or an application</td></tr>
<tr><td>taskkill</td><td>End a running process</td></tr>
<tr><td>tasklist</td><td>Display applications and related tasks</td></tr>
<tr><td>tasklist</td><td>List running applications and services</td></tr>
<tr><td>telnet</td><td>Establish Telnet connection</td></tr>
<tr><td>tftp</td><td>Transfer files to a TFTP server</td></tr>
<tr><td>time</td><td>Display/edit the system time</td></tr>
<tr><td>timeout</td><td>Wait any time</td></tr>
<tr><td>title</td><td>Set title for prompt</td></tr>
<tr><td>tlist</td><td>Task list with full path</td></tr>
<tr><td>touch</td><td>Change file timestamps</td></tr>
<tr><td>tracert</td><td>Trace routes similar to patchping</td></tr>
<tr><td>tracert</td><td>Trace route to a remote host</td></tr>
<tr><td>tree</td><td>Display folder structure graphically</td></tr>
<tr><td>type</td><td>Display content of text files</td></tr>
<tr><td>type</td><td>Display the contents of a text file</td></tr>
<tr><td>vbc</td><td>Visual Basic compiler</td></tr>
<tr><td>ver</td><td>Display operating system version</td></tr>
<tr><td>ver</td><td>Display version information</td></tr>
<tr><td>verify</td><td>Monitoring whether volumes are written correctly</td></tr>
<tr><td>verify</td><td>Verify that files have been saved</td></tr>
<tr><td>vmconnect</td><td>Connect to a Hyper-V Virtual Machine</td></tr>
<tr><td>vol</td><td>Show volume description and serial numbers of the HDDs</td></tr>
<tr><td>w32tm</td><td>Setting time synchronisation/time server/time zone</td></tr>
<tr><td>waitfor</td><td>Wait for or send a signal</td></tr>
<tr><td>wbadmin</td><td>Windows Backup Admin</td></tr>
<tr><td>wt</td><td>Windows Terminal</td></tr>
<tr><td>wuauclt</td><td>Windows Update</td></tr>
<tr><td>wusa</td><td>Windows Update Standalone Installer</td></tr>
<tr><td>xcacls</td><td>Change file and folder permissions</td></tr>
<tr><td>xcopy</td><td>Copy files and folders</td></tr>
</tbody>
</table>
</body>
</html>