1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
addusers- arp- assoc- Displays or modifies file extension associations. associate- at- Displays or modifies file extension associations attrib- Displays or changes file attributes. browstat- cacls- Displays or modifies access control lists (ACLs) of files. call- Calls one batch program from another. cd- Displays the name of or changes the current directory. change- chkdsk- Checks a disk and displays a status report chkntfs- Displays or modifies the checking of disk at boot time. choice- Allows for batch files to prompt the user to select one item from a set of single-character choices. cipher - cleanmgr- clip- cmd- Starts a new instance of the Windows command interpreter. color- Sets the default console foreground and background colors. comp- Compares two files or sets of files and displays the differences between them. con2prt- copy- Copies one or more files to another location. date- Displays or sets the date. defrag- Defragments a disk drive. del- Deletes one or more files. delprof- dir- Displays a list of files and subdirectories in a directory. Lists the contents of a directory. diruse- diskcomp- Compares the contents of two floppy disks. diskcopy- Copies the contents of one floppy disk to another. doskey- Edits command lines, recalls Windows commands, and creates macros. dsadd- dsmod- echo- Displays messages, or turns command echoing on or off. endlocal- Ends localization of environment changes in a batch file. erase- Erases one or more files. exit- Quits the CMD.EXE program (command interpreter). expand- fc- Compares two files or sets of files, and displays the differences between them. fdisk- Manipulates hard disk partition tables. The name derives from IBM’s habit of calling hard drives fixed disks. When run from the command line, it displays a menu of various partitioning operations: find- Searches for a text string in a file or files. findstr- Searches for strings in files. for- Runs a specified command for each file in a set of files. forfiles- format- Formats a disk for use with Windows. fsutil- ftp- ftype- Displays or modifies file types used in file extension associations. global- goto- Directs the Windows command interpreter to a labeled line in a batch program. help- Provides Help information for Windows commands. Gives help about DOS. hfnetchk- if- Performs conditional processing in batch programs. ifmember- ipconfig- kill- label- Changes the label on a logical drive, such as a hard disk partition or a floppy disk. ldifde - local- logevent- logoff- logtime- mapisend- md - Creates a directory. mem - Displays memory usage. mode- Configures a system device. monitor- more- Pages through the output so that you can view more than one screen of text. mountvol - move - Moves files or renames directories. moveuser - msg - msiexec- msinfo32 - mstsc - munge - mv - nbtstat- net - netdom - netsh - netstat- netsvc- now- nslookup - ntbackup- ntrights - path - Displays or sets a search path for executable files. pathping - pause - Suspends processing of a batch program and displays the message ‘Press any key to continue perms - ping - popd - Restores the previous value of the current directory saved by PUSHD. portqry - print - Adds a file in the print queue. prncnfg - prnmngr- prompt - Changes the Windows command prompt. pushd - aves the current directory then changes it. qgrep - rasdial- rasphone- rd and- Remove a directory, which by default must be empty of files for the command to succeed (the /s flag removes this restriction). rdisk - recover - Recovers readable information from a bad or defective disk. reg - regedit - regsvr32 - rem - Records comments (remarks) in batch files or CONFIG.SYS. renc- Renames a file or files. replace - Replaces files. rmtshare - robocopy - route - runas - rundll32 - sc - schtasks - sclist - scriptit - set - Displays, sets, or removes Windows environment variables. setlocal - Begins localization of environment changes in a batch file. setx - share - shift - Shifts the position of replaceable parameters in batch files. shortcut - showgrps- showmbrs - shutdown- sleep - soon - sort - A filter to sort lines in the input data stream and send them to the output data stream. start - Starts a separate window to run a specified program or command. su- subinacl - subst - Associates a path with a drive letter. tasklist - time - Displays or sets the system time. timeout - title - Sets the window title for a CMD.EXE session. touch - tracert - type - Displays the contents of a text file. ver - Displays the Windows version. verify- Tells Windows whether to verify that your files are written correctly to a disk. vol - Displays a disk volume label and serial number. where- whoami - windiff - winmsd- winmsdp- wmic - xcacls - xcopy - Copy entire directory trees. |