Tech Me EngineerTech Me Engineer
  • Engineering
    • Engineering Surveying
    • Construction
    • Construction Materials
  • Designing
    • Engineering Design
    • Graphics Design
  • Social Media
  • Technology
    • Computer
    • Apps
  • Earn Money
  • Tools
    • Brick Calculator
    • Construction Material Calculator
    • Tank Volume Calculator
Reading: Most Important Top 20 Commands of the Computer System
Notification Show More
Latest News
approximate construction cost
Calculate a Approximate Construction Cost of the 3 Storey Building[Nepal]
Construction
Origin of Water on Earth
Decoding the Origin of Water on Earth: A Scientific Milestone
Technology
Free Woodworking Diagrams
Are There Websites Offering Free Woodworking Diagrams in AutoCAD Format?
Engineering Design
Innovative Gadgets of 2025
10 Innovative Gadgets of 2025 You Need to Know About
Technology
rebound hammer test
Rebound Hammer Test of Reinforced Cement Concrete: A Comprehensive Guide
Engineering
Aa
Tech Me EngineerTech Me Engineer
Aa
Search
  • Engineering
    • Engineering Surveying
    • Construction
    • Construction Materials
  • Designing
    • Engineering Design
    • Graphics Design
  • Social Media
  • Technology
    • Computer
    • Apps
  • Earn Money
  • Tools
    • Brick Calculator
    • Construction Material Calculator
    • Tank Volume Calculator
Follow US
Tech Me Engineer > Computer > Most Important Top 20 Commands of the Computer System
Computer

Most Important Top 20 Commands of the Computer System

Ramesh Pradhan
Last updated: 2025/01/21 at 4:54 PM
Ramesh Pradhan
Share
13 Min Read
Commands of the Computer
SHARE

Hey guys, what’s up? Today this blog will discuss the Commands of the Computer system. I hope you are alright everywhere. Welcome to my site Engineering Technology. Today in this article I will discuss the Most Important Top 20 Commands of the Computer System.

Table of content
20 Commands of the ComputerWhat is the command of the computer system?What is the internal command of the computer system?Clearing the screenViewing and changing the system dateChanging System TimeDisplay Files and DirectoriesCopying FliesDisplaying the content of a FileMaking DirectoryChanging DirectoryRemoving DirectoryRenaming a fileDeleting FilesDisplaying Volume LabelChanging System PromptDisplaying VersionWhat are the external commands of the computer?Display Disk StatusDuplicate Copy of a DiskLabeling a DiskDisplay Tree StructureEditing Text FileSetting and Clearing File AttributesFormatting DiskConclusion

The command is an important part of a computer system. So this is an important article for you. Please visit from start to end. Then you can find out the exact important knowledge of the command of the computer system.

So friends what is the command needed for the computer system? Power is a usable and essential part of the computer system. In this article, you can get the Top 20 most essential Commands of Computer systems. What is today’s topic? Those are listed below:

20 Commands of the Computer

  • Commands of the Computer system?
  • Internal Commands of the Computer System?
  • External Commands of the Computer System?

This is the main point that will be discussed in this article. And also pointed out different types of commands, Syntax, and Their Functions. Let’s begin 》》》》》

What is the command of the computer system?

A command is an order or instruction given to the computer to perform a specific task and get accurate output. The command is mainly of two types. Which are internal command and external command.

The internal and external commands are classified into different functions. So friends you should read clearly about the internal and external commands with different categories.

What is the internal command of the computer system?

First of all, I can explain of internal command of the computer system.

The commands which are recognized by the Command.com file of MS-DOS are called internal commands. When a computer is started, such types of commands are automatically loaded into the computer’s memory because they are the internal parts of the command.com file. Examples of internal commands are CLS, DIR, COPY, DEL, REN, MD, CD, DATE, TIME, PROMPT, etc.

Friends following are the most important command of the computer system. All the orders are included in the individual SYNTAX and their Function. Also, examples are included.

Clearing the screen

Command: CLS
Syntax: CLS
Function: clear the screen and move the cursor to the top left corner of the screen.

Examples
C:> CLS
Clear the screen

Viewing and changing the system date

Command: DATE
Syntax: DATE mm-dd-yy
Function: Display the system date and allow to change of a new date if it is necessary.

Examples
C:>DATE
Display the system date

Changing System Time

Command: TIME
Syntax: TIME
Function: To display the current system time of a computer and to change it if necessary.

Examples
C:> TIME
It shows the current system time of a computer and the user can change a new time

C:>TIME 2:30a
Change the system time to 2:30 a.m.

Display Files and Directories

Command: DIR
Syntax: DIR [Drive] [path] [/P] [/W] [/S] [O: Sort Order] [/AD]
Function: Display files, directories, and subdirectories of the disk.

Where,
/P: Pause after each screenful of information
/W: Wide format
/S: Display from subdirectories
/ON: Display files in ascending order of the filename.
/O-N: Display files in descending order of the filename.
/AD: It Displays only subdirectories

Examples
C:>DIR
Display files/directories of the root directory of the disk on C: drive.

C:>DIR B:
Display all files and subdirectories of the disk on B: drive.

C:>DIR B:*.BAS/S
Display all files with extension “.BAS” of the root directory of the disk on A: drive and its subdirectories.

C:>DIR/AD
Display only subdirectories of the disk on C: drive.

Copying Flies

Command: Copy
Syntax: Copy [Source drive] [Source path] [Target drive:] [Target path]
Function: To copy a file or files from one drive to another or in different directories in the same drive. It is also used to type text on the monitor and copy it under the specified filename. It also allows combining the contents of two or more files.

Examples
C:>Copy C: Market ABC.TXT A:
Copies ABC.TXT files of directory market of C: drive to A drive.

C:>Copy*.BAS A: Program
Copies all the files with.BAS extension of the root directory of C: drive to the program directory of A: drive.

C:>Copy CON TEST.TXT
I am enjoying the DOS command. (Type this test in the command bar)
Press the F6 or CTRL+Z key. This command copies the contents “I am enjoying DOS commands ” to the file TEST.TXT.

Displaying the content of a File

Command: TYPE
Syntax: TYPE [drive:] [path]
Function: To display the content of a file.

Examples
C:>TYPE SIS.LTD
Display the contents of the SIS.LTR of C: drive.

C:>TYPE B:MOMMOM.TXT
Display the contents of file “MOM.TXT” of subdirectory “MOM” of B: drive.

Making Directory

Command: MD
Syntax: MD [drive] [path]
Function: To make a new directory in the disk.

Examples
C:>MD DAD
Create a subdirectory “DAD” under C: drive.

C:>MD B: DADBRO
Creates subdirectory “BRO” under “DAD” subdirectory of B: drive.

Changing Directory

Command: CD
Syntax: CD [drive] [path]
Function: To change a directory.

Examples
C:>CD DAD
Changes into the subdirectory “DAD” as given: C: DAD>

C: House Kitchen >CD…
Switches to the subdirectory “HOUSE” of C: drive.

Removing Directory

Command: RD
Syntax: RD [drive name] [path name]
Function: To remove an empty directory from the disk.

Examples
C:>RD DAD
Removes subdirectory “DAD” from the root directory of C: drive.

C:>RDHOUSE KITCHEN
Removes the subdirectory “KITCHEN” of the HOUSE subdirectory of C: drive.

Renaming a file

Command: REN
Syntax : REN[drive] [path]
Function: To change the old file name to a new name.

Examples
C:>REN C: SCHOOL MOM.LTR DAD.LTD
Changes filename “MOM.LTR” by “DAD.LTR” of subdirectory SCHOOL of C: drive.

C:>REN *.BAS *.LTD
Rename all extensions “BAS” with the extension “LTR”.

Deleting Files

Command: DEL or ERASE
Syntax: DEL [drive] [path]
Function: To delete a file or group of files from the disk.

Examples
C:>DEL CAR.DOC
Delete File CAR.DOC of C: drive.

C:|>DEL C:CAR*.TXT
Delete all files having extension “.TXT” of subdirectory CAR of C: drive.

C:>DEL C: COMPUTER A??.TXT
Erase all files starting with the file name “A” followed by any two characters with the extension “.TXT” from the subdirectory COMPUTER of C: drive.

Displaying Volume Label

Command: VOL
Syntax: VOl [drive name]
Function: To display the Volume label and the serial number of the disk.

Examples
C:>VOL
Display the volume level and serial number of C: drive.

C:>VOL A:
Display the volume label of A: drive

C:>VOL B:
Display the volume label of the disk on B: drive.

Changing System Prompt

Command: PROMPT
Syntax: Prompt or
Function: To change the MS-DOS command prompt to a different appearance.

Examples
C:>PROMPT COMPUTER
Change MS-DOS Prompt to “COMPUTER”

C:>PROMPT $P$T$G
Change the MS-DOS Prompt to “C:12:30:50.6>”

C:>PROMPT Nepal$G
Change the MS-DOS Prompt to “Nepal”

Displaying Version

Command: VER
Syntax: VER
Function: To display the version of the current MS-DOS operating system used by the computer

Examples
C:>VER
Display the current MS-DOS version of the computer. The next is the external command of the computer. So friends now we will discuss the external command used in computers.

What are the external commands of the computer?

This is the type of command which are stored in the MS-DOS system disk under individual program files called external commands. They have their program file names having an extension such as COM, BAT, EXE, etc. Examples of external commands are CHKDSK, DISKCOPY, TREE, FORMAT, etc.

Now I will explain of different types of external commands used in computers.

Display Disk Status

Command: CHKDSK
Syntax: CHKDSK [drive] [/F]
Function: To check the disk and display the status report of the disk.

Examples
C:>CHKDSK
Check the disk on drive C: and display the status report.

C:>CHKDSK/F
Check the status reports of the disk on the c drive and fix the error

Duplicate Copy of a Disk

Command: DISKCOPY
Syntax: DISKCOPY [drive 1 ] [drive 2 ] [/1] [/2]
Function: To make a duplicate copy of a disk.

Examples
C:>DISKCOPY A:B:
Makes a duplicate disk of drive A to the disk on drive B:
C:>DISKCOPY A:A:
Makes a duplicate disk of the same drive.

Labeling a Disk

Command: LABEL
Syntax: LABEL [drive :] [label]

Examples
C:>LABEL
It displays the volume label of C: drive and allows you to change a new one.

C:>LABEL A: FLOPPY
Changes the volume label of the disk on A: drive-by “FLOPPY”.

Display Tree Structure

Command: TREE
Syntax : TREE [drive :] [ path] [/F]
Function: To display the tree structure of disk content.

Examples
C:>TREE
Display the subdirectories in the tree structure of the disk on C: drive.
C:>TREE/F
Display subdirectories as well as files in the tree structure of the disk on C: drive.

Editing Text File

Command: EDIT
Syntax: EDIT [drive]
Function: To edit the existing file or create a new file in the edit mode.

Examples
C:>EDIT MOM.LTD
Allows opening a MOM.LTR file in the edit mode.

C:>EDIT A: DAD.LTD
Open a file, DAD.LTR of the disk on A: drive

Setting and Clearing File Attributes

Command: ATTRIB
Syntax : ATTRIB [+R] [-R] [+H] [-H] [+A] [-A] [+S] [-S] [Drive :] [path]
Function: To set clear different types of file attributes.

Examples
C:>ATTRIB +R MOM.LTD
Sets read-only Attributes for MOM.LTR file of the disk on C: drive.

C:>ATTRIB+H A: DAD.LTR
Sets hidden file attributes for DAD.LTR file of the disk on A: drive.

C:>ATTRIB-R MOM.LTD
Clear the read-only attribute of MOM.LTR file of C: drive.

Formatting Disk

Command: FORMAT
Syntax : FORMAT [Drive] [/V:label] [/Q] [/S]
Function: To format a disk and prepare a disk for use.

Examples
C:>FORMAT A:
Format a disk on A: drive.

C:>FORMAT A:/V: MY DISK
Format a disk on A: drive and assign the volume label as ‘MY DISK’

C:>FORMAT A:/S
Format disk on A: drive and copy the system files.

So friends this is the most important Commands of Computer systems. These are not understood without practical in the computer. So To practice on the computer all of the above commands of the computer and show the results.

For the practice of commands of the computer. Open the Command Prompt [By pressing CMD] in the search box on the computer. Then you can easily apply all the above commands in the CMD panel.

Conclusion

The most important top 20 Commands of the Computer are for that person who can easily use CMD on the computer. Who should be charging, viewing, and setting indirectly? All the operating system is controlled by this above command. Making easily directory files on the computer settings on the computer than using this command.

So friends how was this article? I hope this article is helpful for you. You have all of the knowledge about the command. Thanks, friends for visiting my site. Keep supporting and joining us on Instagram. Thank you.

on Instagram. Thank you.

What do you think?
Love0
Sad0
Happy0
Angry0
By Ramesh Pradhan
Follow:
Hi, My Name is Ramesh Pradhan. I am qualified as a Civil engineer From Nepal. I am Working in the Reputed Building Construction Company in Nepal. I am also the CEO and Co-Founder of the "Tech Me Engineer" Website. I am Working on the Construction information, AutoCAD, Autodesk, Estimation, Irrigation, Computer, and Related Field on this Website. "THANKS to VISIT"
Previous Article computer mouse What is Computer Mouse | Types of Computer Mouse
Next Article Timber Timber and Timber Products | What is Timber?
1 Comment 1 Comment
  • Ramesh Pradhan says:
    March 18, 2023 at 11:16 am

    nice

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You Might Also Like

Override Software Rendering List
ComputerGraphics Design

What Does Override Software Rendering List Do? Complete Guide

February 11, 2025
Operating Systems Implement Memory Mapping
Computer

How Do Different Operating Systems Implement Memory Mapping Between Processes?

February 6, 2025
how to open the Command Prompt
Computer

How to Open the Command Prompt (Windows 11, 10, 8, 7)

January 21, 2025
best driver updater tools
Computer

Top 8 Best Driver Updater Tools for Free

January 21, 2025

© 2025

Tech me Engineer

All rights reserved

  • About Us
  • Terms And Conditions
  • Privacy Policy
  • Disclaimer
  • Contact Us
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
View preferences
{title} {title} {title}

Removed from reading list

Undo
Welcome Back!

Sign in to your account

Lost your password?