1. The document discusses fundamental DOS commands like DIR, FORMAT, COPY, PATH, LABEL, VOL, MD, CD, and DEL. It provides examples of how to use each command.
2. Rules for naming files in DOS are described, including allowed/prohibited characters and reserved words. File extensions help identify file types like .exe, .com, .bat, .bak, .bas, etc.
3. Operating systems like DOS, Windows, Linux, MacOS, and UNIX are introduced. MS-DOS is characterized as a disk-based, single-user, single-task OS with a character-based interface. Ways to access DOS commands from Windows
1. The document discusses fundamental DOS commands like DIR, FORMAT, COPY, PATH, LABEL, VOL, MD, CD, and DEL. It provides examples of how to use each command.
2. Rules for naming files in DOS are described, including allowed/prohibited characters and reserved words. File extensions help identify file types like .exe, .com, .bat, .bak, .bas, etc.
3. Operating systems like DOS, Windows, Linux, MacOS, and UNIX are introduced. MS-DOS is characterized as a disk-based, single-user, single-task OS with a character-based interface. Ways to access DOS commands from Windows
The document provides information on various DOS commands including their types (internal or external), actions performed, and available command line switches. It discusses file naming conventions in DOS/Windows including the 8.3 naming specification and long filename support. It also describes file types/formats, read only/hidden/system/archive file attributes, and the hierarchy of command execution if multiple files of the same name but different extensions exist.
PC Software - Computer Application - Office Automation Toolszatax
油
The document provides an index and overview of commands and functions for Microsoft DOS and Windows. It includes sections on basic DOS commands, the concept of Windows, creating folders and files, word processing, spreadsheets, presentations, and using the internet. Examples are provided for various DOS commands like DIR, MD, RD, CD, COPY, DEL, REN, and TYPE. Internal and external DOS commands are also categorized in a table.
MS-DOS is a command-line interface operating system developed by Microsoft that provides users with a command prompt to run programs and interact with the operating system. It allows users to run applications like MS Word and provides an environment to execute various programs through commands typed at the prompt. Common commands in MS-DOS include DIR to list directories, COPY to copy files, DEL to delete files, and CD to change directories.
MS-DOS files have a primary name with a maximum of 8 characters and an extension with a maximum of 3 characters separated by a period. MS-DOS is a non-graphical, command-driven operating system that loads files IO.SYS, MSDOS.SYS, and COMMAND.COM from the boot disk or hard drive to provide an interface between the hardware and application programs. DOS commands include internal commands permanently loaded in memory like DIR, DATE, TIME as well as external commands requiring files like EDIT, BACKUP, RESTORE for more complex tasks.
MS-DOS files have a primary name with a maximum of 8 characters and an extension with a maximum of 3 characters separated by a period. MS-DOS is a non-graphical, command-driven operating system that loads files IO.SYS, MSDOS.SYS, and COMMAND.COM from the boot disk or hard drive to provide an interface between hardware and programs and manage system resources. DOS commands include internal commands permanently loaded in memory like DIR, DATE, TIME as well as external commands requiring files like EDIT, BACKUP that perform more complex tasks.
MS-DOS was first released in 1981 and was the dominant operating system for personal computers until the mid-1990s. It provided basic file management and program execution capabilities through command line commands. Some key commands included DIR to list files, COPY to copy files, DEL to delete files, EDIT to edit text files, and CD to change directories. MS-DOS also supported wildcards, file attributes, path names, and other features to help users organize and manage files and folders through the command prompt.
There are two types of DOS commands: internal commands that are preloaded and external commands that must be loaded from disk. Some common commands are DIR to list files, CD to change directories, COPY to copy files, DEL to delete files, TYPE to view files, and FORMAT to prepare disks. External commands include XCOPY to copy including subdirectories, TREE to view the directory structure, and DISKCOPY to copy an entire disk.
The resume provides details of Monika Sharma, a 20-year-old student currently pursuing a B.Com(H) degree from ICG - The IIS University, who has achieved academic and extracurricular success in school including being head girl and an accountancy topper, and seeks a challenging position to effectively contribute her skills and talents.
DOS (Disk Operating System) is an early operating system that launched in 1981. It was a command-line based system that controlled input/output and required users to type commands rather than use a graphical interface. Over time, versions of DOS were released through 1994. Common DOS files that should not be deleted included CONFIG.SYS, MSDOS.SYS, IO.SYS, and COMMAND.COM as they were needed for the operating system to function. DOS used basic commands like DIR, COPY, DEL, REN, FORMAT, and MD to manage files and directories without a mouse.
This document provides a crash course on the MS-DOS operating system and how to use basic MS-DOS commands within a DOS window or "DOS box" in modern versions of Windows. It explains that DOS was the original operating system for PCs and is still used to some extent today. The document lists and describes common DOS commands like DIR, COPY, REN, DEL, and EXIT that can be used to navigate directories, copy/move/rename files, delete files, and close the command prompt window. It includes examples of using each command and notes that command parameters can be in uppercase, lowercase, or mixed case.
This document discusses disk operating systems and file systems. It defines a file as a named collection of related information stored on secondary storage. Files have attributes like name, size, type and location. The document describes file operations like creating, reading and deleting files. It explains different file types and structures. The document also discusses file allocation tables (FAT) which are used by operating systems to manage files and clusters on storage drives. It provides details on physical structures of floppy disks and hard disks, including system and data areas.
This document discusses files and file systems. It defines a file as a named collection of related information stored on secondary storage. It describes various file attributes like the file name, size, type and location. It also discusses different file operations like creating, reading and deleting files. The document explains different file types and access methods like sequential, direct and indexed access. It provides details about the file allocation table (FAT) used by operating systems to manage files on storage drives. It describes the physical structure of floppy disks and hard disks, which are divided into a system area for file management data, and a large data area for storing files in clusters.
The document discusses various DOS commands used to manage files and directories in MS-DOS. It describes internal commands that are preloaded and external commands stored on disks. Some key commands covered include DIR to list files, MD to create directories, CD to change directories, COPY to copy files, DEL to delete files, and FORMAT to format disks.
The document discusses various DOS commands used to manage files and directories in MS-DOS. It describes internal commands that are preloaded and external commands stored on disks. Some key commands covered include DIR to list files, MD to create directories, CD to change directories, COPY to copy files, DEL to delete files, and FORMAT to format disks.
This document provides information on various DOS commands used to manage files and directories from within the DOS operating system. It describes internal and external commands, and basic file system terms like files, directories, and paths. It also outlines commands for creating, deleting, copying, moving, and viewing files, as well as commands for managing directories, drives, and settings like date, time, and version information.
The document summarizes the Disk Operating System (MS-DOS) used in early personal computers in the 1980s and 1990s. It discusses key aspects of MS-DOS including its functions, files, directory structure, commands, and popular versions. MS-DOS was the most widely used operating system at the time and provided basic functions like running programs, controlling I/O devices, and handling errors through core files like IO.SYS, MSDOS.SYS, and COMMAND.COM. It organized files in a hierarchical directory structure and included commands to manage files and directories. Popular versions of MS-DOS extended its capabilities and supported new hardware over time.
This document provides an overview of basic Unix commands including ls, cd, pwd, mkdir, rm, rmdir, cp, find, touch, echo, cat, who, and du. It explains what each command is used for and provides examples of common usages. The document serves as a beginner's guide to learning Unix commands.
Disk Operating System (DOS) is the first program that must be loaded before using a personal computer. It allows users to manage files and directories. Files have names with 8 character limits and optional extensions up to 3 characters. Directories contain file names, sizes, and timestamps. DOS commands include internal commands like DATE, TIME, DIR, COPY, TYPE, EDIT, DEL, RENAME, MD, CD, RD and external commands like FORMAT to format disks and BATCH files to run groups of commands. Wildcard characters like * and ? can be used in commands to represent multiple files.
Explain the operation of the command line interface
Execute fundamental commands from the command line interface
Manipulate files and folders from the command line
How does the Command Line Work?
The document discusses the booting process and operating system MS-DOS. It explains that booting loads the disk operating system and MS-DOS is a single-user command-line interface operating system. The document then covers key DOS commands like DIR, MD, CD, COPY, TYPE, REN, DEL. It describes commands to create, view, copy, rename and delete files and directories. The document also discusses internal commands, external commands, wildcards and commands like DATE, TIME, CLS to manage disks, files and get system information.
A DOS, or disk operating system, is an operating system that runs from a disk drive. The term can also refer to a particular family of disk operating ...
DOS is a family of disk-based operating systems for IBM PC compatible computers. The DOS family primarily consists of Microsoft's MS-DOS and a rebranded ...
The document discusses the Disk Operating System (MS-DOS) created by Microsoft. It provides information on booting, the types of booting (warm and cold), and describes MS-DOS files and functions. MS-DOS is a single-user, single-task operating system that manages disks, allocates resources, and provides device control. It discusses DOS files, directory structure, important commands like DIR, COPY, TYPE and functions like path specification to access files on drives and directories.
The document discusses various topics related to Unix system administration including device files, block and character devices, major and minor numbers, the Unix file system structure, partitions, file systems, inodes, mounting and unmounting file systems, disk space usage commands, compression tools, printing files, file system checking, user management commands, the role of init in startup and shutdown, run levels, and backup tools. Some key points include:
1. Device files allow all physical devices like tapes, printers, disks to be accessed as normal files.
2. Block and character devices are distinguished based on whether access is via blocks (block devices) or directly (character devices).
3. Major and minor numbers help the
The document summarizes common internal commands in MS-DOS, including commands to display or change the date and time (DATE, TIME), clear the screen (CLS), view directory listings (DIR), create and change directories (MD, CD), manage files (COPY, TYPE, DELETE, RENAME), and view volume labels (LABEL, VOL). These commands are built into the command.com file and allow users to manage files, directories, and system settings from the command line.
MS-DOS was first released in 1981 and was the dominant operating system for personal computers until the mid-1990s. It provided basic file management and program execution capabilities through command line commands. Some key commands included DIR to list files, COPY to copy files, DEL to delete files, EDIT to edit text files, and CD to change directories. MS-DOS also supported wildcards, file attributes, path names, and other features to help users organize and manage files and folders through the command prompt.
There are two types of DOS commands: internal commands that are preloaded and external commands that must be loaded from disk. Some common commands are DIR to list files, CD to change directories, COPY to copy files, DEL to delete files, TYPE to view files, and FORMAT to prepare disks. External commands include XCOPY to copy including subdirectories, TREE to view the directory structure, and DISKCOPY to copy an entire disk.
The resume provides details of Monika Sharma, a 20-year-old student currently pursuing a B.Com(H) degree from ICG - The IIS University, who has achieved academic and extracurricular success in school including being head girl and an accountancy topper, and seeks a challenging position to effectively contribute her skills and talents.
DOS (Disk Operating System) is an early operating system that launched in 1981. It was a command-line based system that controlled input/output and required users to type commands rather than use a graphical interface. Over time, versions of DOS were released through 1994. Common DOS files that should not be deleted included CONFIG.SYS, MSDOS.SYS, IO.SYS, and COMMAND.COM as they were needed for the operating system to function. DOS used basic commands like DIR, COPY, DEL, REN, FORMAT, and MD to manage files and directories without a mouse.
This document provides a crash course on the MS-DOS operating system and how to use basic MS-DOS commands within a DOS window or "DOS box" in modern versions of Windows. It explains that DOS was the original operating system for PCs and is still used to some extent today. The document lists and describes common DOS commands like DIR, COPY, REN, DEL, and EXIT that can be used to navigate directories, copy/move/rename files, delete files, and close the command prompt window. It includes examples of using each command and notes that command parameters can be in uppercase, lowercase, or mixed case.
This document discusses disk operating systems and file systems. It defines a file as a named collection of related information stored on secondary storage. Files have attributes like name, size, type and location. The document describes file operations like creating, reading and deleting files. It explains different file types and structures. The document also discusses file allocation tables (FAT) which are used by operating systems to manage files and clusters on storage drives. It provides details on physical structures of floppy disks and hard disks, including system and data areas.
This document discusses files and file systems. It defines a file as a named collection of related information stored on secondary storage. It describes various file attributes like the file name, size, type and location. It also discusses different file operations like creating, reading and deleting files. The document explains different file types and access methods like sequential, direct and indexed access. It provides details about the file allocation table (FAT) used by operating systems to manage files on storage drives. It describes the physical structure of floppy disks and hard disks, which are divided into a system area for file management data, and a large data area for storing files in clusters.
The document discusses various DOS commands used to manage files and directories in MS-DOS. It describes internal commands that are preloaded and external commands stored on disks. Some key commands covered include DIR to list files, MD to create directories, CD to change directories, COPY to copy files, DEL to delete files, and FORMAT to format disks.
The document discusses various DOS commands used to manage files and directories in MS-DOS. It describes internal commands that are preloaded and external commands stored on disks. Some key commands covered include DIR to list files, MD to create directories, CD to change directories, COPY to copy files, DEL to delete files, and FORMAT to format disks.
This document provides information on various DOS commands used to manage files and directories from within the DOS operating system. It describes internal and external commands, and basic file system terms like files, directories, and paths. It also outlines commands for creating, deleting, copying, moving, and viewing files, as well as commands for managing directories, drives, and settings like date, time, and version information.
The document summarizes the Disk Operating System (MS-DOS) used in early personal computers in the 1980s and 1990s. It discusses key aspects of MS-DOS including its functions, files, directory structure, commands, and popular versions. MS-DOS was the most widely used operating system at the time and provided basic functions like running programs, controlling I/O devices, and handling errors through core files like IO.SYS, MSDOS.SYS, and COMMAND.COM. It organized files in a hierarchical directory structure and included commands to manage files and directories. Popular versions of MS-DOS extended its capabilities and supported new hardware over time.
This document provides an overview of basic Unix commands including ls, cd, pwd, mkdir, rm, rmdir, cp, find, touch, echo, cat, who, and du. It explains what each command is used for and provides examples of common usages. The document serves as a beginner's guide to learning Unix commands.
Disk Operating System (DOS) is the first program that must be loaded before using a personal computer. It allows users to manage files and directories. Files have names with 8 character limits and optional extensions up to 3 characters. Directories contain file names, sizes, and timestamps. DOS commands include internal commands like DATE, TIME, DIR, COPY, TYPE, EDIT, DEL, RENAME, MD, CD, RD and external commands like FORMAT to format disks and BATCH files to run groups of commands. Wildcard characters like * and ? can be used in commands to represent multiple files.
Explain the operation of the command line interface
Execute fundamental commands from the command line interface
Manipulate files and folders from the command line
How does the Command Line Work?
The document discusses the booting process and operating system MS-DOS. It explains that booting loads the disk operating system and MS-DOS is a single-user command-line interface operating system. The document then covers key DOS commands like DIR, MD, CD, COPY, TYPE, REN, DEL. It describes commands to create, view, copy, rename and delete files and directories. The document also discusses internal commands, external commands, wildcards and commands like DATE, TIME, CLS to manage disks, files and get system information.
A DOS, or disk operating system, is an operating system that runs from a disk drive. The term can also refer to a particular family of disk operating ...
DOS is a family of disk-based operating systems for IBM PC compatible computers. The DOS family primarily consists of Microsoft's MS-DOS and a rebranded ...
The document discusses the Disk Operating System (MS-DOS) created by Microsoft. It provides information on booting, the types of booting (warm and cold), and describes MS-DOS files and functions. MS-DOS is a single-user, single-task operating system that manages disks, allocates resources, and provides device control. It discusses DOS files, directory structure, important commands like DIR, COPY, TYPE and functions like path specification to access files on drives and directories.
The document discusses various topics related to Unix system administration including device files, block and character devices, major and minor numbers, the Unix file system structure, partitions, file systems, inodes, mounting and unmounting file systems, disk space usage commands, compression tools, printing files, file system checking, user management commands, the role of init in startup and shutdown, run levels, and backup tools. Some key points include:
1. Device files allow all physical devices like tapes, printers, disks to be accessed as normal files.
2. Block and character devices are distinguished based on whether access is via blocks (block devices) or directly (character devices).
3. Major and minor numbers help the
The document summarizes common internal commands in MS-DOS, including commands to display or change the date and time (DATE, TIME), clear the screen (CLS), view directory listings (DIR), create and change directories (MD, CD), manage files (COPY, TYPE, DELETE, RENAME), and view volume labels (LABEL, VOL). These commands are built into the command.com file and allow users to manage files, directories, and system settings from the command line.
Prelims of Kaun TALHA : a Travel, Architecture, Lifestyle, Heritage and Activism quiz, organized by Conquiztadors, the Quiz society of Sri Venkateswara College under their annual quizzing fest El Dorado 2025.
The Constitution, Government and Law making bodies .saanidhyapatel09
油
This PowerPoint presentation provides an insightful overview of the Constitution, covering its key principles, features, and significance. It explains the fundamental rights, duties, structure of government, and the importance of constitutional law in governance. Ideal for students, educators, and anyone interested in understanding the foundation of a nations legal framework.
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷sCeline George
油
Integrate WhatsApp into Odoo using the WhatsApp Business API or third-party modules to enhance communication. This integration enables automated messaging and customer interaction management within Odoo 17.
How to Configure Restaurants in Odoo 17 Point of SaleCeline George
油
Odoo, a versatile and integrated business management software, excels with its robust Point of Sale (POS) module. This guide delves into the intricacies of configuring restaurants in Odoo 17 POS, unlocking numerous possibilities for streamlined operations and enhanced customer experiences.
APM event hosted by the South Wales and West of England Network (SWWE Network)
Speaker: Aalok Sonawala
The SWWE Regional Network were very pleased to welcome Aalok Sonawala, Head of PMO, National Programmes, Rider Levett Bucknall on 26 February, to BAWA for our first face to face event of 2025. Aalok is a member of APMs Thames Valley Regional Network and also speaks to members of APMs PMO Interest Network, which aims to facilitate collaboration and learning, offer unbiased advice and guidance.
Tonight, Aalok planned to discuss the importance of a PMO within project-based organisations, the different types of PMO and their key elements, PMO governance and centres of excellence.
PMOs within an organisation can be centralised, hub and spoke with a central PMO with satellite PMOs globally, or embedded within projects. The appropriate structure will be determined by the specific business needs of the organisation. The PMO sits above PM delivery and the supply chain delivery teams.
For further information about the event please click here.
Finals of Rass MELAI : a Music, Entertainment, Literature, Arts and Internet Culture Quiz organized by Conquiztadors, the Quiz society of Sri Venkateswara College under their annual quizzing fest El Dorado 2025.
Computer Network Unit IV - Lecture Notes - Network LayerMurugan146644
油
Title:
Lecture Notes - Unit IV - The Network Layer
Description:
Welcome to the comprehensive guide on Computer Network concepts, tailored for final year B.Sc. Computer Science students affiliated with Alagappa University. This document covers fundamental principles and advanced topics in Computer Network. PDF content is prepared from the text book Computer Network by Andrew S. Tenanbaum
Key Topics Covered:
Main Topic : The Network Layer
Sub-Topic : Network Layer Design Issues (Store and forward packet switching , service provided to the transport layer, implementation of connection less service, implementation of connection oriented service, Comparision of virtual circuit and datagram subnet), Routing algorithms (Shortest path routing, Flooding , Distance Vector routing algorithm, Link state routing algorithm , hierarchical routing algorithm, broadcast routing, multicast routing algorithm)
Other Link :
1.Introduction to computer network - /slideshow/lecture-notes-introduction-to-computer-network/274183454
2. Physical Layer - /slideshow/lecture-notes-unit-ii-the-physical-layer/274747125
3. Data Link Layer Part 1 : /slideshow/lecture-notes-unit-iii-the-datalink-layer/275288798
Target Audience:
Final year B.Sc. Computer Science students at Alagappa University seeking a solid foundation in Computer Network principles for academic.
About the Author:
Dr. S. Murugan is Associate Professor at Alagappa Government Arts College, Karaikudi. With 23 years of teaching experience in the field of Computer Science, Dr. S. Murugan has a passion for simplifying complex concepts in Computer Network
Disclaimer:
This document is intended for educational purposes only. The content presented here reflects the authors understanding in the field of Computer Network
Finals of Kaun TALHA : a Travel, Architecture, Lifestyle, Heritage and Activism quiz, organized by Conquiztadors, the Quiz society of Sri Venkateswara College under their annual quizzing fest El Dorado 2025.
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...Ajaz Hussain
油
This presentation delves into the systemic blind spots within pharmaceutical science and regulatory systems, emphasizing the significance of "inactive ingredients" and their influence on therapeutic equivalence. These blind spots, indicative of normalized systemic failures, go beyond mere chance occurrences and are ingrained deeply enough to compromise decision-making processes and erode trust.
Historical instances like the 1938 FD&C Act and the Generic Drug Scandals underscore how crisis-triggered reforms often fail to address the fundamental issues, perpetuating inefficiencies and hazards.
The narrative advocates a shift from reactive crisis management to proactive, adaptable systems prioritizing continuous enhancement. Key hurdles involve challenging outdated assumptions regarding bioavailability, inadequately funded research ventures, and the impact of vague language in regulatory frameworks.
The rise of large language models (LLMs) presents promising solutions, albeit with accompanying risks necessitating thorough validation and seamless integration.
Tackling these blind spots demands a holistic approach, embracing adaptive learning and a steadfast commitment to self-improvement. By nurturing curiosity, refining regulatory terminology, and judiciously harnessing new technologies, the pharmaceutical sector can progress towards better public health service delivery and ensure the safety, efficacy, and real-world impact of drug products.
How to attach file using upload button Odoo 18Celine George
油
In this slide, well discuss on how to attach file using upload button Odoo 18. Odoo features a dedicated model, 'ir.attachments,' designed for storing attachments submitted by end users. We can see the process of utilizing the 'ir.attachments' model to enable file uploads through web forms in this slide.
1. MS-DOS
MS-DOS is a single user operating system. It is a collection of programs and other files.
Files and File names: A file is a collection of related information.
The files should have suitable names for their identification in later use.
Rules for naming the files:
1. File names should be of one to eight characters in length with an option of one to three character
extension. Ex. Resume.doc
2. File names can include any one of the following characters:
A to Z (or a to z) 0 to 9, $, &, #, @. %, ( ), { }
The characters which are not allowed are:
:, ; + / * as these have special meaning
3. When a file name includes an extension, it should be referred along with its extension and not only
with the first part.
4. Reserved devices names are not allowed. (COMMAND.COM, DATE, etc.)
2. Types of files in DOS
There are different types of files, according to the usage. To differentiate each file, the computer will give
an extension to identify the different types of files, which are :
Executable Files:
The files with extension of either .COM or .EXE are called executable files. These files are directly executed
by typing their names (without the extension) by the computer. A file with .COM extension refers to
COMMAND file name and the other with .EXE extension refers EXECUTABLE program file.
Batch Files:
The file containing a series of DOS commands, which are executed automatically one at a time in the
order entered, is known as the batch file. A batch file has the extension .BAT. If the batch file is given a
special name AUTOEXEC.BAT, it is automatically executed when the computer is switched on or during
booting.
Backup Files:
These are backup files of a file and have extension .BAK. These files are such that their contents can not be
altered (edited). These files are created while working with WORDSTAR package for typing a document.
System Files:
These are program files developed for system control. They have .SYS extension.
3. .
Directory: It is a collection of files, size, date and time of creation of files.
The main directory of a drive is called Root Directory into which several directories and sub-
directories may exist.
Folder: It is a collection of files.
Types of DOS commands:
There are two types of commands:
i) Internal Commands
ii) External Commands
i) Internal DOS commands:
Internal commands are those commands which manage files.
They are loaded into the memory of the PC when PC is booted.
These are stored in a large file with file name COMMAND.COM, when a PC is booted.
4. Internal Commands:
1. DIR: Dir displays continuously the directory of file names, file size, date and time of creation.
C:>dir d:
This command displays the list of files and directories from the drive D.
It can be specified with two options:
i) Dir/p: It displays files pagewise.
ii) Dir/w: displays the files of the directory in a five column format. Only file names and their extensions will be
displayed without the date and time of creation.
In addition, DIR can also be specified with wildcard characters (such as * or ?) to list files sharing a common element
in the file name or extension.
Eg: DIR STATS.* : lists all files with STATS and other combinations along with the extensions.
DIR *.COM : lists all files with extension .COM
2. DEL: Deletes a specified file.
Syntax: DEL {filename}
Ex. Del resume
Suppose you want to delete a file COMPUTER.DOC on A drive, the command will be:
C:> DEL A: COMPUTER.DOC
5. .
3. COPY: The COPY command is used to copy files from one place to another.
Syntax: copy {Drive name} <source file> {Drive name} <target file name>
Ex. COPY A:MATHS C:STATS
4. REN: The REN command is used to rename the old file with another name.
Syntax: REN Old file name New file name
Ex. C:> REN MATHS.TXT RESULT.TXT
5. DATE: It displays current date and asks for new date in (mm)-(dd)-(YY) format.
Syntax: C:> Date
6. TIME: It displays current time and asks for new tine and if no new time is to be entered press enter.
Syntax: C:> Time
7.VER: displays the version of DOS
Syntax: C:> VER
8.CLS : when you want to clear the screen, type in the following command:
C:> CLS
6. ii) External commands: External commands are small file programs used for doing specific jobs.
1. SORT: It sorts the files in alphanumeric order: either A to Z or Z to A
DIR| SORT (or) DIR/ON : Displays all the files in A to Z order
2. FORMAT: Formatting a (new) disk imply organizing the new disk into magnetic tracks and
sectors that are readable by DOS. The PC copies files only on a formatted disk.
FORMAT a: formats disk in drive A
3. VOL: This command displays the volume label of the current disk
4. LABEL: It is used to create, change or delete the volume label on the disk
5. PATH: It is used to provide access to files located on other directories or on other disks.
Thus while in C drive, one can directly invoke files of DOS, WORDSTAR (WS) directories by giving the
following command:
PATH = C:DOS; C:WS
7. .
6. MD: It is used to make a new directory (or sub-directory) which is subordinate to the current
(or root) directory. It is specified as follows:
C:> MDSTATS (or) MD STATS : This command makes (creates) a new directory with
the name STATS.
7. CD : It is used to change from one directory to the other.
If we have to work with files in the directory STATS, the directory has to be changed
to STATS
Ex: C:>CD STATS (or) CD STATS : This command changes the root directory to the
directory STATS.
8. RD: It removes or deletes a directory. To remove a directory.
To remove the directory STATS, the command is C:> RD STATS21
9. TREE: It displays the directories and sub-directories existing in a drive with a TREE diagram.