EXTERNAL COMMANDS 1) ATTRIB(Attribute) :- This command allows the user to change the properties/attributes of a specific file. Using attrib command ,

Slides:



Advertisements
Similar presentations
DOS commands.
Advertisements

Gd:sf / 1. dfOqmf];km\6 l8:s ck/]l6+ l;:6d Microsoft Disk Operating System MSDOS 2 Disk Operating System By.
DOS & Windows O/s Prof. Sujata Rao Less 5.
Understanding the Boot Process and Command Line
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management.
A+ Guide to Software, 4e Chapter 4 Supporting Windows 2000/XP Users and Their Data.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
MIS 431 Chapter 71 Ch. 7: Advanced File Management System MIS 431 Created Spring 2006.
Micro Op SYS (DOS) Chapters 1, 2, 3, 5, 6, 7. 2 Hardware Four Categories –CPU (Central Processing Unit) –Primary Storage (RAM) –Input/Output Devices Keyboard.
Working in DOS DOS is a true operating system
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Operating System Fundamentals
Command Prompt Chapter 7 Using ATTRIB, SUBST, XCOPY, DOSKEY, and the MS-DOS Text Editor Richard Goldman ©January 31, 2000.
© 2010 The McGraw-Hill Companies, Inc. All rights reserved Mike Meyers’ CompTIA A+ ® Guide to Managing and Troubleshooting PCs Third Edition Working with.
Or CMD/BATCH.  Title this comand makes the cmd prompt’s title whatever you would like it to be.
Comandos Windows. ASSOC - Displays or modifies file extension associations.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
Ch 71 Using ATTRIB, SUBST, XCOPY, DOSKEY, and the Text Editor.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
By Umesh ks. Dos is a single user operating system. Its support the all operating system wizards Support the disk scheduling. File management Network.
PC Maintenance: Preparing for A+ Certification Chapter 29: Managing Files.
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.
Operating System Basics Chapter 1 Release 16/07/20 09 powered by dj.
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.
Understanding the Boot Process and Command Line
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 7: Advanced File System Management.
Gene Perkins, Lassen High School Networking Academy
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Managing Disks and Drives Chapter 13 powered by dj.
BY PREETHI DOS INTERNAL COMMANDS. INTERNAL COMMANDS  DOS commands that are present in the COMMAND.COM file and are automatically loaded into RAM when.
Common DOS Commands Additional information. Important DOS Concepts Common DOS Commands  Why format a disk?  Partitioning and Formatting disks  Structure.
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.
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
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.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Ahmadu Bello Computer Repair Training Course 6: Use of Software By Suprix Technology Nigeria ( A.B.U repair computer training.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 3 Understanding the Boot Process and Command Line.
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.
tar: The tape archive program _______________________ Amber Jain IC-2K7-05 _______________________.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
DOS MS-DOS stands for Microsoft Disk Operating System. MS-DOS controls the computer’s hardware and provides an environment for programs to run. This.
External Commands Are stored in some external files which are stored on some secondary storage device. Whenever an external command is executed then.
Yep, you need to know this
Introduction to Operating Systems
INTERNAL COMMANDS CLS(Clear Screen):-
Windows XP File Systems
File Management.
Chapter 6 Windows 9x/Me Commands and Startup Disk
Microsoft Windows 2000 Professional
Introduction to MS-DOS
Operation System Program 4
COEN 252: Computer Forensics
New Perspectives on Windows XP
Operating System Fundamentals
Files Management – The interfacing
Modern PC operating systems
3.1 Basic Concept of Directory and Sub-directory
File System Management
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
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

EXTERNAL COMMANDS 1) ATTRIB(Attribute) :- This command allows the user to change the properties/attributes of a specific file. Using attrib command , the user has capability of changing the file to have any of the below attributes e.g. read only . Hidden , archived. (a) C:\>ATTRIB (press enter) (b) This will display all files in the current directory and each of their attributes. If any file is hidden it will display that file.

2) CHKDSK (Check Disk):- it checks the computer’s hard disk drives status for any cross-linked or any additional errors with the hard disk drive , but it cant repair the problems found. It returns the volume serial number , total disk space , space occupied by hidden files. Syntax :- C:\> chkdsk [drive name] Example :- C:\>chkdsk D: (press enter) It will check the status of D: drive

3) SCANDSK:- It is used to check and repair various kinds of disk errors. It thoroughly checks the disk and reports any kind of bad sectors. This is an extension of chkdsk command. Syntax :- C:\>Scandsk [drive name] (press enter) Example :- C:\> scandsk D: (press enter) 4) BACKUP:- It enables users to backup their data on their computer . C:\> BACKUP [SOURCE PATH] [TARGET PATH]

5) RESTORE:- It is used to restore files copied by BACKUP command 5) RESTORE:- It is used to restore files copied by BACKUP command. Syntax :- C:\> RESTORE [SOURCE PATH] [TARGET PATH] 6) FORMAT:- The newly created disk partitions are generally unformatted and cannot be directly used to store data. These disks have to be formatted with FORMAT command. C:\>FORMAT [drive name]/SWITCHES

7) FIND:- It allows you to search for text within a file 7) FIND:- It allows you to search for text within a file. Syntax :- C:\> FIND “REM” AUTOEXEC>BAT (press enter) It will search a string “rem ” from the file AUTOEXEC.BAT 8) SYS(System):- It is used to copy the system files from one drive to another drive C:\>SYS A: (press enter) It will copy all the system files from C:drive to A: drive

9) TREE:- it will display the list of files and sub directories of a given directory in a tree like structure . Syntax :- C:\>TREE [PATH] Example:- C:\> TREE/F It will display all the directories as well as sub- directories of the root directory of C drive in a tree like structure.

10) MOVE :- It allows you to move files from one directory to another or from one drive to another. Syntax :- C:\> MOVE D:\*.* E:\ (press enter) It will move all the existing files from the root directory of D: drive into root directory of E: drive 11) DELTREE :- It deletes all the files and sub directories of a given directory completely. It prompts to verify deletion which can be removed by using the switch ‘y’. DELTREE[/Y][DRIVE:][PATH] C:\>DELTREE D:\Bca*.* It will delete all the files in “BCA” directory of D:drive

12) LABEL:-It is used to view or change the label of the computer disk drives. Syntax :- C:\>LABEL[drive:][label] Example :- C:\>LABEL D: PKS It will change the label of D:drive to “PKS”.

13) DISKCOPY:- It allows the user to copy the complete contents of a disk into another disk . It first formats the target disk and then copies the files by collecting files from the source disk and copies to the target disk. Syntax :- C:\> DISKCOPY [source path][target path] Example :- C:\> DISKCOPY A: B: It will copy the entire contents from the source disk A: into target disk B:

14) UNDELETE:- It allows the user to restore files that may have been deleted. Syntax:- C:\>UNDELETE [Drive:][PATH][FILE] 15)XCOPY:- It is a powerful version of COPY command with additional features. XCOPY has the capability of moving files, directories , and even whole drives from one location to another. C:\> XCOPY [SOURCE PATH] [TARGET PATH]