BackTo Top

Ads234-468 Header

Advertisement by KangFirm NoteWork
Advertisement by KangFirm NoteWork Advertisement by KangFirm NoteWork

Post Header Featured (Ads468)

11 Juli 2013

MS-DOS All Commands List with Definitions



MS-DOS All Commands List with Definitions

Kang Firman Bloggist Ankshana
salam dari admin blog
Welcome to KF-84 Al-Ambity Bloggist Ankshana

Here in this article I will list MSDOS all Commands with definitions, you can view all these commands in your CMD just by typing help and hit enter but here it is visually good looking and easy to locate and read. you can open Command Line Interface in windows by many different methods

Open CMD method 1

  1. Click Start menu
  2. type cmd or search Command Prompt

Open CMD method 2

  1. Press Window key + R
  2. type cmd
  3. hit enter
COMMAND Definition
ASSOC Displays or modifies file extension associations.
ATTRIB Displays or changes file attributes.
BREAK Sets or clears extended CTRL+C checking.
BCDEDIT Sets properties in boot database to control boot loading.
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.
CHCP Displays or sets the active code page number.
CHDIR Displays the name of or changes the current directory.
CHKDSK Checks a disk and displays a status report.
CHKNTFS Displays or modifies the checking of disk at boot time.
CLS Clears the screen.
CMD Starts a new instance of the Windows command interpreter.
COLOR Sets the default console foreground and background colors.
COMP Compares the contents of two files or sets of files.
COMPACTDisplays or alters the compression of files on NTFS partitions.
CONVERTConverts FAT volumes to NTFS. You cannot convert the current drive.
COPYCopies one or more files to another location.
DATEDisplays or sets the date.
DELDeletes one or more files.
DIRDisplays a list of files and subdirectories in a directory.
DISKPARTDisplays or configures Disk Partition properties.
DOSKEYEdits command lines, recalls Windows commands, and creates macros.
DRIVERQUERYDisplays current device driver status and properties.
ECHODisplays messages, or turns command echoing on or off.
ENDLOCALEnds localization of environment changes in a batch file.
ERASEDeletes one or more files.
EXITQuits the CMD.EXE program (command interpreter).
FCCompares two files or sets of files, and displays the differences between them.
FINDSearches for a text string in a file or files.
FINDSTRSearches for strings in files.
FORRuns a specified command for each file in a set of files.
FORMATFormats a disk for use with Windows.
FSUTILDisplays or configures the file system properties.
FTYPEDisplays or modifies file types used in file extension associations.
GOTODirects the Windows command interpreter to a labeled line in a batch program.
GPRESULTDisplays Group Policy information for machine or user.
GRAFTABLEnables Windows to display an extended character set in graphics mode.
HELPProvides Help information for Windows commands.
ICACLSDisplay, modify, backup, or restore ACLs for files and directories.
IFPerforms conditional processing in batch programs.
LABELCreates, changes, or deletes the volume label of a disk.
MDCreates a directory.
MKDIRCreates a directory.
MKLINKCreates Symbolic Links and Hard Links
MODEConfigures a system device.
MOREDisplays output one screen at a time.
MOVEMoves one or more files from one directory to another directory.
OPENFILESDisplays files opened by remote users for a file share.
PATHDisplays or sets a search path for executable files.
PAUSESuspends processing of a batch file and displays a message.
POPDRestores the previous value of the current directory saved by PUSHD.
PRINTPrints a text file.
PROMPTChanges the Windows command prompt.
PUSHDSaves the current directory then changes it.
RDRemoves a directory.
RECOVERRecovers readable information from a bad or defective disk.
REMRecords comments (remarks) in batch files or CONFIG.SYS.
RENRenames a file or files.
RENAMERenames a file or files.
REPLACEReplaces files.
RMDIRRemoves a directory.
ROBOCOPYAdvanced utility to copy files and directory trees
SETDisplays, sets, or removes Windows environment variables.
SETLOCALBegins localization of environment changes in a batch file.
SCDisplays or configures services (background processes).
SCHTASKSSchedules commands and programs to run on a computer.
SHIFTShifts the position of replaceable parameters in batch files.
SHUTDOWNAllows proper local or remote shutdown of machine.
SORTSorts input.
STARTStarts a separate window to run a specified program or command.
SUBSTAssociates a path with a drive letter.
SYSTEMINFODisplays machine specific properties and configuration.
TASKLISTDisplays all currently running tasks including services.
TASKKILLKill or stop a running process or application.
TIMEDisplays or sets the system time.
TITLESets the window title for a CMD.EXE session.
TREEGraphically displays the directory structure of a drive or path.
TYPEDisplays the contents of a text file.
VERDisplays the Windows version.
VERIFYTells Windows whether to verify that your files are written correctly to a disk.
VOLDisplays a disk volume label and serial number.
XCOPYCopies files and directory trees.
WMICDisplays WMI information inside interactive command shell.

These are all commands, to view detailed definition and explanation of all possible parameters of a command. You can write help command-name
e.g. to view detail of dir command, just typping :

help dir

or use

dir /?

and You will get definition as below

Displays a list of files and subdirectories in a directory.

DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]
  [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4]

  [drive:][path][filename]
              Specifies drive, directory, and/or files to list.

  /A          Displays files with specified attributes.
  attributes   D  Directories                R  Read-only files
               H  Hidden files               A  Files ready for archiving
               S  System files               I  Not content indexed files
               L  Reparse Points             -  Prefix meaning not
  /B          Uses bare format (no heading information or summary).
  /C          Display the thousand separator in file sizes.  This is the
              default.  Use /-C to disable display of separator.
  /D          Same as wide but files are list sorted by column.
  /L          Uses lowercase.
  /N          New long list format where filenames are on the far right.
  /O          List by files in sorted order.
  sortorder    N  By name (alphabetic)       S  By size (smallest first)
               E  By extension (alphabetic)  D  By date/time (oldest first)
               G  Group directories first    -  Prefix to reverse order
  /P          Pauses after each screenful of information.
  /Q          Display the owner of the file.
  /R          Display alternate data streams of the file.
  /S          Displays files in specified directory and all subdirectories.
  /T          Controls which time field displayed or used for sorting
  timefield   C  Creation
              A  Last Access
              W  Last Written
  /W          Uses wide list format.
  /X          This displays the short names generated for non-8dot3 file
              names.  The format is that of /N with the short name inserted
              before the long name. If no short name is present, blanks are
              displayed in its place.
  /4          Displays four-digit years

Switches may be preset in the DIRCMD environment variable.  Override
preset switches by prefixing any switch with - (hyphen)--for example, /-W.

the same way you can view detailed explanation of any command listed above.

salam dari admin blog

Terima kasih telah membaca artikel ini, silahkan SUKAI dan BAGIKAN halaman ini bila anda merasakan hal yang sama! Karena berbagi itu indah..
Thanks for read this article, please LIKE and SHARE this page if you feel the same! Because a sharing is beautiful..
salam dari admin blog

Present by
Images Not Available or Error Reading From Server
The Bloggist Ankshana Al-Ambity
Protected by Copyscape Web Plagiarism Checker

Widgets by ULPCS Creations

6 April 2018 pukul 03.06.00 WIB

wakwaaauw

Kang MPIM theA, terima kasih atas komentarnya di artikel MS-DOS All Commands List with Definitions
20 Januari 2019 pukul 23.01.00 WIB

banyak sekali, bagaimana cara menghafalnya?

Unknown, terima kasih atas komentarnya di artikel MS-DOS All Commands List with Definitions

Komentar berupa kritik dan saran yang membangun dari anda disini, dapat membantu saya untuk terus memperbaiki apa yang menjadi kekurangan dan kelemahan saya dalam berbagai hal.

Mengenai tata cara/etika berkomentar, silahkan baca disini.

Bila ada artikel yang sudah tidak relevan atau terdapat link yang rusak, mohon pemberitahuannya melalui kolom komentar ini dan Admin akan segera memperbaikinya.


Terima kasih.

Tulis dan Kirim Komentar Anda


:D :p ;) ;)) ;;) :) :)) :( :(( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

NB: Dipersilahkan menggunakan kode diatas untuk menampilkan emoticon/smiley.

Post Footer Featured (Ads468)

Free Search Engine Submission
Diberdayakan oleh Blogger.
 

Ads468-728 Between


KumpulBlogger.com

Blog Tools

Print to PDF

Convert this page to a PDF

Get targeted traffic/more visitor using
Revisitors
Please, Vote for this safelist at SafelistRankings!
Safelists Rankings

Enter your email address below to receive updates each time we publish new content.


Support Me!


Locations of visitors to this page

Blog Rank & Value


Alexa PageRank Checker Real PageRank Checker find my pagerank Free Google Pagerank Google Rank Checker Push 2 Check Pagerank PageRank

Advertising

Ads160-180 Left

Advertisement by KangFirm NoteWork

Ads600 Center

Exchanges


Ads160-180 Right

Advertisement by KangFirm NoteWork
 
BackTo Top