Advertisement
v1s

Commands in the command prompt

v1s
May 25th, 2019
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. ASSOC Displays or modifies file extension associations.
  2. ATTRIB Displays or changes file attributes.
  3. BREAK Sets or clears extended CTRL+C checking.
  4. BCDEDIT Sets properties in boot database to control boot loading.
  5. CACLS Displays or modifies access control lists (ACLs) of files.
  6. CALL Calls one batch program from another.
  7. CD Displays the name of or changes the current directory.
  8. CHCP Displays or sets the active code page number.
  9. CHDIR Displays the name of or changes the current directory.
  10. CHKDSK Checks a disk and displays a status report.
  11. CHKNTFS Displays or modifies the checking of disk at boot time.
  12. CLS Clears the screen.
  13. CMD Starts a new instance of the Windows command interpreter.
  14. COLOR Sets the default console foreground and background colors.
  15. COMP Compares the contents of two files or sets of files.
  16. COMPACT Displays or alters the compression of files on NTFS partitions.
  17. CONVERT Converts FAT volumes to NTFS. You cannot convert the
  18. current drive.
  19. COPY Copies one or more files to another location.
  20. DATE Displays or sets the date.
  21. DEL Deletes one or more files.
  22. DIR Displays a list of files and subdirectories in a directory.
  23. DISKPART Displays or configures Disk Partition properties.
  24. DOSKEY Edits command lines, recalls Windows commands, and
  25. creates macros.
  26. DRIVERQUERY Displays current device driver status and properties.
  27. ECHO Displays messages or turns command echoing on or off.
  28. ENDLOCAL Ends localization of environment changes in a batch file.
  29. ERASE Deletes one or more files.
  30. EXIT Quits the CMD.EXE program (command interpreter).
  31. FC Compares two files or sets of files and displays the
  32. differences between them.
  33. FIND Searches for a text string in a file or files.
  34. FINDSTR Searches for strings in files.
  35. FOR Runs a specified command for each file in a set of files.
  36. FORMAT Formats a disk for use with Windows.
  37. FSUTIL Displays or configures the file system properties.
  38. FTYPE Displays or modifies file types used in file extension
  39. associations.
  40. GOTO Directs the Windows command interpreter to a labeled line in
  41. a batch program.
  42. GPRESULT Displays Group Policy information for machine or user.
  43. GRAFTABL Enables Windows to display an extended character set in
  44. graphics mode.
  45. HELP Provides Help information for Windows commands.
  46. ICACLS Display, modify, backup, or restore ACLs for files and
  47. directories.
  48. IF Performs conditional processing in batch programs.
  49. LABEL Creates, changes, or deletes the volume label of a disk.
  50. MD Creates a directory.
  51. MKDIR Creates a directory.
  52. MKLINK Creates Symbolic Links and Hard Links
  53. MODE Configures a system device.
  54. MORE Displays output one screen at a time.
  55. MOVE Moves one or more files from one directory to another
  56. directory.
  57. OPENFILES Displays files opened by remote users for a file share.
  58. PATH Displays or sets a search path for executable files.
  59. PAUSE Suspends processing of a batch file and displays a message.
  60. POPD Restores the previous value of the current directory saved by
  61. PUSHD.
  62. PRINT Prints a text file.
  63. PROMPT Changes the Windows command prompt.
  64. PUSHD Saves the current directory then changes it.
  65. RD Removes a directory.
  66. RECOVER Recovers readable information from a bad or defective disk.
  67. REM Records comments (remarks) in batch files or CONFIG.SYS.
  68. REN Renames a file or files.
  69. RENAME Renames a file or files. (These are aliases.)
  70. REPLACE Replaces files.
  71. RMDIR Removes a directory.
  72. ROBOCOPY Advanced utility to copy files and directory trees
  73. SET Displays, sets, or removes Windows environment variables.
  74. SETLOCAL Begins localization of environment changes in a batch file.
  75. SC Displays or configures services (background processes).
  76. SCHTASKS Schedules commands and programs to run on a computer.
  77. SHIFT Shifts the position of replaceable parameters in batch files.
  78. SHUTDOWN Allows proper local or remote shutdown of the machine.
  79. SORT Sorts the input.
  80. START Starts a separate window to run a specified program or command.
  81. SUBST Associates a path with a drive letter.
  82. SYSTEMINFO Displays machine specific properties and configuration.
  83. TASKLIST Displays all currently running tasks including services.
  84. TASKKILL Kill or stop a running process or application.
  85. TIME Displays or sets the system time.
  86. TITLE Sets the window title for a CMD.EXE session.
  87. TREE Graphically displays the directory structure of a drive or
  88. path.
  89. TYPE Displays the contents of a text file.
  90. VER Displays the Windows version.
  91. VERIFY Tells Windows whether to verify that your files are written
  92. correctly to a disk.
  93. VOL Displays a disk volume label and serial number.
  94. XCOPY Copies files and directory trees.
  95. WMIC Displays WMI information inside an interactive command shell.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement