Command Prompt Coommands


Arp
The arp command is used to display or change entries in the ARP cache.
Assoc
The assoc command is used to display or change the file type associated with a particular file extension.
The at command is used to schedule commands and other programs to run at a specific date and time.
Attrib
The attrib command is used to change the attributes of a single file or a directory.
Auditpol
The auditpol command is used to display or change audit policies.
Bcdedit
The bcdedit command is used to view or make changes to Boot Configuration Data.
Bitsadmin
The bitsadmin command is used to create, manage, and monitor download and upload jobs.
Bootcfg
The bootcfg command is used to build, modify, or view the contents of the boot.ini file, a hidden file that is used to identify in what folder, on which partition, and on which hard drive Windows is located.
Break
The break command sets or clears extended CTRL+C checking on DOS systems
Cacls
The cacls command is used to display or change access control lists of files
Call
The call command is used to run a script or batch program from within another script or batch program.
Certreq
The certreq command is used to perform various certification authority (CA) certificate functions.
Certutil
The certutil command is used to dump and display certification authority (CA) configuration information in addition to other CA functions.
Change
The change command changes various terminal server settings like install modes, COM port mappings, and logons.
Chcp
The chcp command displays or configures the active code page number.
Chdir
The chdir command is used to display the drive letter and folder that you are currently in. Chdir can also be used to change the drive and/or directory that you want to work in.
Chglogon
The chglogon command enables, disables, or drains terminal server session logins.
Chgport
The chgport command can be used to display or change COM port mappings for DOS compatibility.
Chgusr
The chgusr command is used to change the install mode for the terminal server.
Chkdsk
The chkdsk command, often referred to as check disk, is used to identify and correct certain hard drive errors.
Chkntfs
The chkntfs command is used to configure or display the checking of the disk drive during the Windows boot process.
Choice
The choice command is used within a script or batch program to provide a list of choices and return of the value of that choice to the program.
Cipher
The cipher command shows or changes the encryption status of files and folders on NTFS partitions.
Clip
The clip command is used to redirect the output from any command to the clipboard in Windows.
Cls
The cls command clears the screen of all previously entered commands and other text.
Cmd
The cmd command starts a new instance of the command interpreter.
Cmdkey
The cmdkey command is used to show, create, and remove stored user names and passwords.
Cmstp
The cmstp command installs or uninstalls a Connection Manager service profile.
Color
The color command is used to change the colors of the text and background within the Command Prompt window.

Comp
The comp command is used to compare the contents of two files or sets of files.
Compact
The compact command is used to show or change the compression state of files and directories on NTFS partitions.
Convert
The convert command is used to convert FAT or FAT32 formatted volumes to the NTFS format.
Copy
The copy command does simply that - it copies one or more files from one location to another.
Date
The date command is used to show or change the current date.
Debug
The debug command starts Debug, a command line application used to test and edit programs.
Defrag
The defrag command is used to defragment a drive you specify. The defrag command is the command line version of Microsoft's Disk Defragmenter.
Del
The del command is used to delete one or more files. The del command is the same as the erase command.
Dir
The dir command is used to display a list of files and folders contained inside the folder that you are currently working in. The dir command also displays other important information like the hard drive's serial number, the total number of files listed, their combined size, the total amount of free space left on the drive, and more.
Diskcomp
The diskcomp command is used to compare the contents of two floppy disks.
Diskcopy
The diskcopy command is used to copy the entire contents of one floppy disk to another.
Diskpart
The diskpart command is used to create, manage, and delete hard drive partitions.
Diskraid
The diskraid command starts the DiskRAID tool which is used to manage and configure RAID arrays.
Dism
The dism command starts the Deployment Image Servicing and Management tool (DISM). The DISM tool is used to manage features in Windows images.
Dispdiag
The dispdiag command is used to output a log of information about the display system.
Doskey
The doskey command is used to edit command lines, create macros, and recall previously entered commands.
Driverquery
The driverquery command is used to show a list of all installed drivers.
Echo
The echo command is used to show messages, most commonly from within script or batch files. The echo command can also be used to turn the echoing feature on or off.
Edit
The edit command starts the MS-DOS Editor tool which is used to create and modify text files. Edit is not available in 64-bit versions of Windows 7.
Edlin
The edlin command starts the Edlin tool which is used to create and modify text files from the command line. Edlin is not available in 64-bit versions of Windows 7.

Comments

Popular posts from this blog

Add Serial no in crystal report without coding

Working with Oracle's BLOB and Microsoft's C#

File operations in C# (.net)