Thursday, 1 September 2011

0

A List of Windows Xp command prompt commands

Posted in
1. ADDUSERS Add or list users to/from a CSV file
   2. ARP Address Resolution Protocol
   3. ASSOC Change file extension associations
   4. ASSOCIAT One step file association
   5. AT Schedule a command to run at a later time
   6. ATTRIB Change file attributes
   7. BOOTCFG Edit Windows boot settings
   8. BROWSTAT Get domain, browser and PDC info
   9. CACLS Change file permissions
  10. CALL Call one batch program from another
  11. CD Change Directory - move to a specific Folder
  12. CHANGE Change Terminal Server Session properties
  13. CHKDSK Check Disk - check and repair disk problems
  14. CHKNTFS Check the NTFS file system
  15. CHOICE Accept keyboard input to a batch file
  16. CIPHER Encrypt or Decrypt files/folders
  17. CleanMgr Automated cleanup of Temp files, recycle bin
  18. CLEARMEM Clear memory leaks
  19. CLIP Copy STDIN to the Windows clipboard.
  20. CLS Clear the screen
  21. CLUSTER Windows Clustering
  22. CMD Start a new CMD shell
  23. COLOR Change colors of the CMD window
  24. COMP Compare the contents of two files or sets of files
  25. COMPACT Compress files or folders on an NTFS partition
  26. COMPRESS Compress individual files on an NTFS partition
  27. CON2PRT Connect or disconnect a Printer
  28. CONVERT Convert a FAT drive to NTFS.
  29. COPY Copy one or more files to another location
  30. CSVDE Import or Export Active Directory data
  31. DATE Display or set the date
  32. Dcomcnfg DCOM Configuration Utility
  33. DEFRAG Defragment hard drive
  34. DEL Delete one or more files
  35. DELPROF Delete NT user profiles
  36. DELTREE Delete a folder and all subfolders
  37. DevCon Device Manager Command Line Utility
  38. DIR Display a list of files and folders
  39. DIRUSE Display disk usage
  40. DISKCOMP Compare the contents of two floppy disks
  41. DISKCOPY Copy the contents of one floppy disk to another
  42. DNSSTAT DNS Statistics
  43. DOSKEY Edit command line, recall commands, and create macros
  44. DSADD Add user (computer, group..) to active directory
  45. DSQUERY List items in active directory
  46. DSMOD Modify user (computer, group..) in active directory
  47. ECHO Display message on screen
  48. ENDLOCAL End localisation of environment changes in a batch file
  49. ERASE Delete one or more files
  50. EXIT Quit the CMD shell
  51. EXPAND Uncompress files
  52. EXTRACT Uncompress CAB files
  53. FC Compare two files
  54. FDISK Disk Format and partition
  55. FIND Search for a text string in a file
  56. FINDSTR Search for strings in files
  57. FOR /F Loop command: against a set of files
  58. FOR /F Loop command: against the results of another command
  59. FOR Loop command: all options Files, Directory, List
  60. FORFILES Batch process multiple files
  61. FORMAT Format a disk
  62. FREEDISK Check free disk space (in bytes)
  63. FSUTIL File and Volume utilities
  64. FTP File Transfer Protocol
  65. FTYPE Display or modify file types used in file extension associations
  66. GLOBAL Display membership of global groups
  67. GOTO Direct a batch program to jump to a labelled line
  68. HELP Online Help
  69. HFNETCHK Network Security Hotfix Checker
  70. IF Conditionally perform a command
  71. IFMEMBER Is the current user in an NT Workgroup
  72. IPCONFIG Configure IP
  73. KILL Remove a program from memory
  74. LABEL Edit a disk label
  75. LOCAL Display membership of local groups
  76. LOGEVENT Write text to the NT event viewer.
  77. LOGOFF Log a user off
  78. LOGTIME Log the date and time in a file
  79. MAPISEND Send email from the command line
  80. MEM Display memory usage
  81. MD Create new folders
  82. MODE Configure a system device
  83. MORE Display output, one screen at a time
  84. MOUNTVOL Manage a volume mount point
  85. MOVE Move files from one folder to another
  86. MOVEUSER Move a user from one domain to another
  87. MSG Send a message
  88. MSIEXEC Microsoft Windows Installer
  89. MSINFO Windows NT diagnostics
  90. MSTSC Terminal Server Connection (Remote Desktop Protocol)
  91. MUNGE Find and Replace text within file(s)
  92. MV Copy in-use files
  93. NET Manage network resources
  94. NETDOM Domain Manager
  95. NETSH Configure network protocols
  96. NETSVC Command-line Service Controller
  97. NBTSTAT Display networking statistics (NetBIOS over TCP/IP)
  98. NETSTAT Display networking statistics (TCP/IP)
  99. NOW Display the current Date and Time
 100. NSLOOKUP Name server lookup
 101. NTBACKUP Backup folders to tape
 102. NTRIGHTS Edit user account rights
 103. PATH Display or set a search path for executable files
 104. PATHPING Trace route plus network latency and packet loss
 105. PAUSE Suspend processing of a batch file and display a message
 106. PERMS Show permissions for a user
 107. PERFMON Performance Monitor
 108. PING Test a network connection
 109. POPD Restore the previous value of the current directory saved by PUSHD
 110. PORTQRY Display the status of ports and services
 111. PRINT Print a text file
 112. PRNCNFG Display, configure or rename a printer
 113. PRNMNGR Add, delete, list printers set the default printer
 114. PROMPT Change the command prompt
 115. PsExec Execute process remotely
 116. PsFile Show files opened remotely
 117. PsGetSid Display the SID of a computer or a user
 118. PsInfo List information about a system
 119. PsKill Kill processes by name or process ID
 120. PsList List detailed information about processes
 121. PsLoggedOn Who's logged on (locally or via resource sharing)
 122. PsLogList Event log records
 123. PsPasswd Change account password
 124. PsService View and control services
 125. PsShutdown Shutdown or reboot a computer
 126. PsSuspend Suspend processes
 127. PUSHD Save and then change the current directory
 128. QGREP Search file(s) for lines that match a given pattern.
 129. RASDIAL Manage RAS connections
 130. RASPHONE Manage RAS connections
 131. RECOVER Recover a damaged file from a defective disk.
 132. REG Read, Set or Delete registry keys and values
 133. REGEDIT Import or export registry settings
 134. REGSVR32 Register or unregister a DLL
 135. REGINI Change Registry Permissions
 136. REM Record comments (remarks) in a batch file
 137. REN Rename a file or files.
 138. REPLACE Replace or update one file with another
 139. RD Delete folder(s)
 140. RDISK Create a Recovery Disk
 141. RMTSHARE Share a folder or a printer
 142. ROBOCOPY Robust File and Folder Copy
 143. ROUTE Manipulate network routing tables
 144. RUNAS Execute a program under a different user account
 145. RUNDLL32 Run a DLL command (add/remove print connections)
 146. SC Service Control
 147. SCHTASKS Create or Edit Scheduled Tasks
 148. SCLIST Display NT Services
 149. ScriptIt Control GUI applications
 150. SET Display, set, or remove environment variables
 151. SETLOCAL Control the visibility of environment variables
 152. SETX Set environment variables permanently
 153. SHARE List or edit a file share or print share
 154. SHIFT Shift the position of replaceable parameters in a batch file
 155. SHORTCUT Create a windows shortcut (.LNK file)
 156. SHOWGRPS List the NT Workgroups a user has joined
 157. SHOWMBRS List the Users who are members of a Workgroup
 158. SHUTDOWN Shutdown the computer
 159. SLEEP Wait for x seconds
 160. SOON Schedule a command to run in the near future
 161. SORT Sort input
 162. START Start a separate window to run a specified program or command
 163. SU Switch User
 164. SUBINACL Edit file and folder Permissions, Ownership and Domain
 165. SUBST Associate a path with a drive letter
 166. SYSTEMINFO List system configuration
 167. TASKLIST List running applications and services
 168. TIME Display or set the system time
 169. TIMEOUT Delay processing of a batch file
 170. TITLE Set the window title for a CMD.EXE session
 171. TOUCH Change file timestamps
 172. TRACERT Trace route to a remote host
 173. TREE Graphical display of folder structure
 174. TYPE Display the contents of a text file
 175. USRSTAT List domain usernames and last login
 176. VER Display version information
 177. VERIFY Verify that files have been saved
 178. VOL Display a disk label
 179. WHERE Locate and display files in a directory tree
 180. WHOAMI Output the current UserName and domain
 181. WINDIFF Compare the contents of two files or sets of files
 182. WINMSD Windows system diagnostics
 183. WINMSDP Windows system diagnostics II
 184. WMIC WMI Commands
 185. XCACLS Change file permissions
 186. XCOPY Copy files and folders

0 comments: