Essential Windows CMD Commands Working
Essential Windows CMD Commands Working
COMMAND RESULT
ASSOC Displays or modifies file extension associations.
CHOICE Batch file command that allows users to select from a set of options.
CMDKEY Creates, lists, and deletes stored usernames and passwords or credentials.
COMP Compares the contents of two files or sets of files byte by byte
CONVERT Converts FAT volumes to NTFS. You cannot convert the current drive.
DOSKEY Edits command lines, recalls Windows commands, and creates macros.
FC Compares two files or sets of files and displays the differences between them.
Copyright © 2021 MUO. For more cheat sheets, head over to www.makeuseof.com
FINDSTR Searches for strings in files.
GOTO Directs the Windows command interpreter to a labeled line in a batch program.
ICACLS Display, modify, backup, or restore ACLs for files and directories.
MD Creates a directory.
MOVE Moves one or more files from one directory to another directory.
OPENFILES Queries, displays, or disconnects open files or files opened by network users.
POPD Restores the previous value of the current directory saved by PUSHD.
RD Removes a directory.
Copyright © 2021 MUO. For more cheat sheets, head over to www.makeuseof.com
SHIFT Shifts the position of replaceable parameters in batch files.
TIMEOUT Pauses the command processor for the specified number of seconds.
VERIFY Tells Windows whether or verify that your files are written correctly to a disk.
Copyright © 2021 MUO. For more cheat sheets, head over to www.makeuseof.com