MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.

Slides:



Advertisements
Similar presentations
The Windows File System and Windows Explorer To move around the file system and examine your files or get to one you want (say, to modify, delete or copy.
Advertisements

DOS commands.
DOS & Windows O/s Prof. Sujata Rao Less 5.
A batch file is a file that contains a number of DOS commands, each of which could be run individually from the command prompt. By putting them into a.
Macintosh OS X. What is an operating system? O Like cars, computers have operating systems (sometimes abbreviated OS). O A computer operating system is.
Operating System Type of Operating System
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
Disk Operating System (DOS)
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Activity One Use the Windows Explorer program to create a new folder. Name the folder by your first name. Click on the windows explorer icon then highlight.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
MCT260-Operating Systems I Operating Systems I Routine File Management Part One.
XP Managing Your Files 1. XP Managing Your Files 2 Objectives Develop file management strategies Explore files and folders Create, name, copy, move, and.
Command Console Tutorial BCIS 3680 Enterprise Programming.
Operating System Fundamentals
Session - 1 Basics Of Computers VIVEK KUMAR SINGH
Laboratory Exercise # 3 – Basic File Management Office Productivity Tools 1 Laboratory Exercise # 3 Basic File Management Objectives: At the end of the.
L INUX C OMMAND L INE I NTERFACE G UNAANBAN.G
Or CMD/BATCH.  Title this comand makes the cmd prompt’s title whatever you would like it to be.
FIRST COURSE Windows XP Managing Your Files. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Develop file management strategies.
Computer Systems Week 10: File Organisation Alma Whitfield.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Ch 51 Internal Commands COPY and TYPE. Ch 52 Overview Will review file-naming rules.
1 DOS 2 Directory structure of disks Directory structure of disks Full Path or Full file specification Full Path or Full file specification Creating directories.
DOS Commands What is a command Types of DOS Commands Basic Terms
Ch 61 Using DEL, REN, MOVE, and RD /S. Ch 62 Overview Will continue to work with internal commands that help manage and manipulate files.
Chapter 6: Managing Your Data The Windows XP File System File system task on DOS or UNIX Vs. Windows XP –cd or chdir would change your current directory.
Lesson 7-Creating and Changing Directories. Overview Using directories to create order. Managing files in directories. Using pathnames to manage files.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
Microsoft Office 2003 Illustrated Introductory with Programs, Files, and Folders Working.
The Command Line Interface. The OS files IO.sys MSDOS.sys Command.com IO and MSDOS are hidden files, COMMAND.COM shows in directory listings.
Ch 21 Command Syntax Using the DIR Command with Parameters and Wildcards.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
FIRST COURSE Managing Your Files. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Develop file management strategies Explore.
FIRST COURSE Managing Your Files. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Create, name, copy, move, and delete folders.
Ch 41 Program Files, Data Files, and Subdirectories.
Introduction To Windows Operating Systems Manipulating Windows GUI
CPSC Pascal Brent M. Dingle Texas A&M University Chapter 1.
1 The EDIT Program The Edit program is a full screen text editor that allows you to: Create text files Create text files Edit an existing text files Edit.
Basic MS-DOS. History MS-DOS 1.0 was released in August 1981, and was updated until April 1994 when it was replaced by Windows 95 All versions of windows.
DISK OPERATING System MS-DOS. MS-DOS Microsoft Disk Operating System (MS-DOS) is a single user, single tasking operating system. DOS is a command-line,
Basic MS-DOS.
1.  Microsoft DOS (Disk Operating System) use a command line user interface.command line  A command line user interface means that the user is required.
Lab Assignment 1 Getting Started. Submitting the LABS for grading Subject line of message: CTEC 110 WA Lab 1 Assignments Attachment file names:
Files, User Interfaces, and the OS Files: programs (.exe); data (.jpg,.html,.doc, etc.) User Interface: used to run programs and manage files and folders.
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
Unit 2—Using the Computer Lesson 9 Windows and File Management.
File and Folder CLI Commands 12/24/ Agenda Overview of OS functions and the SHELL Internal v External Commands Command History Making & Modifying.
Basic DOS How to get some work done. It’s all a file Everything is a file: OS files, Application files, Data files and Game files Files have 8.3 names:
The Command Line Yep, you need to know this. The Basics Start with the Prompt, what the computer tells you when ready for a command You type a command.
THE C PROGRAMMING ENVIRONMENT. Four parts of C environment  Main menu  Editor status line and edit window  Compiler message window  “Hot Keys” quick.
XP New Perspectives on Microsoft Windows XP Tutorial 2 1 Microsoft Windows XP Working with Files Tutorial 2.
Module 2 Part II Introduction To Windows Operating Systems Manipulating Windows GUI Introduction To Windows Operating Systems Manipulating Windows GUI.
FILE MANAGEMENT Computer Technology Timpview High School.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
Ahmadu Bello Computer Repair Training Course 6: Use of Software By Suprix Technology Nigeria ( A.B.U repair computer training.
IST 222 Day 6. DOS Naming Conventions A filename contains up to 8 characters, a separating period, and a file extension of up to three characters This.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
Operating System.
Basics Of Computers VIVEK KUMAR SINGH
Introduction to Operating Systems
INTERNAL COMMANDS CLS(Clear Screen):-
Practical Oriented Theory
Managing Your Files.
Operating System Fundamentals
Chapter 6 Using DEL, REN, MOVE, and RD /S Ch 6.
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called as C:\) where various command could be typed. When one operates in the DOS environment, one interacts with the command interpreter, which interprets the commands given by user. It provides an environment for execution of various application programs like MS-Word, MODBANKER, ISBS etc. 6/26/2016Introduction to Computers2

It is a string of characters which tells the computer what to do. When one types commands to a computer, one is conversing with the operating system's command interpreter. For example, to copy a file called file.txt from the 3-1/2" floppy drive to the hard drive, one could type C:\> copy a:\file.txt c:\ The word "copy" is a DOS command which causes files to be copied from one location to another 6/26/2016Introduction to Computers3

If the OS is DOS then the system will directly show prompt (C:\>) If the OS is windows one must either terminate the Windows environment, or open a DOS shell within the Windows environment. I st Method: Terminating Windows Environment Select “Restart in MS-DOS Mode” from Shut Down in Start Menu. II nd Method: Opening DOS Shell in Windows Select Start>Programs>Accessories>Command Prompt (XP) Start>Programs>Accessories>MS-DOS Prompt (98) 6/26/2016Introduction to Computers4

Files A file is a collection of Records. It is the smallest unit of File System (Storage) in a computer. Any document created using computer is a file. This document could either be a letter, any excel sheet, any image or even a database. Directory A collection of files is directory (in DOS) or folder (in Windows) It is analogous to the Office Folder which contains various documents. A directory/folder eases the management of related files/ documents, like the various circulars related to personnel could be placed in a directory called “personnel” and all the circulars related to loans could be placed in a directory called “loans”. 6/26/2016Introduction to Computers5

The filename in DOS have the following format.. It has two parts the name and the extension. The name could be of 8 characters and the extension of 3 characters. The filename can contain alphabets and numbers. It cannot contain any special character other than underscore (_) and also no spaces. 6/26/2016Introduction to Computers6

The DOS file system is a hierarchical file system. Files are collected into directories, and directories may contain both files and other directories. There is always a directory which is not contained by any other, called the root which is represented by the backslash '\' character. 6/26/2016Introduction to Computers7

Concept of Path: Every file can be specified by enumerating all of the directories between the root and it, separated by the backslash '\' character, and appending the file name to the end. The drive which contains the root is specified at the head of the path, separated from the root by a colon (':') The hard drive is most commonly known as the C: drive, and the floppy drives are usually called A:(3-1/2 inch) and B: (5-1/4 inch). 6/26/2016Introduction to Computers8

dir: Listing of all the directories. C:\> dir cls: Clears the screen. C:\> cls copy con: Creates a file. C:\> copy con Press Ctrl-Z (^Z) to finish writing. Ex:C:\> copy con test.dat Lets Make UCO a top class Bank. Ctrl-Z (^Z) 1 file(s) copied. (A Message will be shown on the system) This will create a file named test.dat having some data. 6/26/2016Introduction to Computers9

edit: Edits a file. C:\> edit This will open a editor window where the contents of file can be seen. These contents could also be edited here and on saving, the contents of file will change. type: Displays the content of a file. C:\> type This will display the contents of file on the computer. The contents of file could only be viewed but could not be changed, as in the case of edit. 6/26/2016Introduction to Computers10

md: Make Directory. C:\> md (directory name> This will create a directory with the specified name. cd: Change Directory. C:\> cd (directory name> This will change the directory from current directory to the specified directory. rd: Remove Directory. C:\> rd (directory name> If the directory is needed to be removed permanently from the computer, use this command. For this command to be executed it is necessary that the directory should be empty and user should be on a directory above it. 6/26/2016Introduction to Computers11

copy: Copies a file. C:\> copy This will copy the file from the source location to the specified destination. The command creates a copy of the file on the destination i.e. the file would be found on both the location. move: Moves a file. C:\> move This will move the file from the source location to the specified destination. The file from the source location would be removed and would be moved to the destination. Introduction to Computers12

ren: Renames a file. C:\> ren This will change the name (rename) of the file to a new name as specified. del: Deletes a file. C:\> del This will delete the file permanently from the system. 6/26/2016Introduction to Computers13