[PDF] [PDF] DOS Commands

DOS Windows file commands by: lecturer Types of DOS Commands Command COM file while switching to the MS DOS ◦ E g CLS, VER, DEL, etc



Previous PDF Next PDF





[PDF] List of MS-DOS commands - ordiecolecom

30 juil 2013 · In the current Microsoft Windows operating system a text-mode command prompt window can still be used Contents ACALC · APPEND · 



[PDF] Learning MS-DOS Basics - A Tutorial The Command Prompt Typing

Learning MS-DOS Basics - A Tutorial This tutorial gives you an opportunity to try basic MS-DOS commands By following the procedures in this section, you will 



[PDF] DOS Commands

DOS Windows file commands by: lecturer Types of DOS Commands Command COM file while switching to the MS DOS ◦ E g CLS, VER, DEL, etc



[PDF] Windows Commands - Microsoft Download Center: Windows, Office

Command shell overview Customize the Command prompt window To c on figu re th e Com m an d prom pt w in dow Use this PDF to find the documentation 



[PDF] Voici la liste des principales commandes MS-DOS de Windows 7

POPD Restaure la valeur précédente du répertoire courant enregistré par PUSHD PRINT Imprime un fichier texte PROMPT Modifie l'invite de commandes de 



[PDF] MS-DOS Commands - PDF4PRO

Source is from http://www usask ca/its/online_docs/msdos html MS-DOS Commands Disk Commands FORMAT: Prepares a disk so that MS-DOS can use it



[PDF] MS DOS Commands

computer with PC or MS DOS and a hard disk If your computer does not have a hard disk, then this is the wrong manual for you; DOS is very easy only if you



[PDF] MS-DOS Command Examples

When you type in MS-DOS commands, your drive letter is shown on the command line You can log on the A: drive (have the A: drive as your prompt) or on to 



[PDF] Common DOS commands - COM-FSM

md or Make Directory Command DOS allows you to create a folder or a directory as it is called in DOS using an md command Example: C:\> md assets Creates 



[PDF] DOS Command Reference

the command line operating system called DOS (Disk Operating System) 'MS- DOS Prompt' from the Public menu on the taskbar Commands can be typed in 

[PDF] msbte mcq questions

[PDF] msbte model answer paper

[PDF] msc economics paris school of economics

[PDF] msc maths symbols

[PDF] msc research proposal sample pdf

[PDF] msde forms

[PDF] msds bath and body works wallflowers

[PDF] mseb bill login

[PDF] msi 144hz monitor best buy

[PDF] msi a320m bazooka cpu support

[PDF] msi a320m bazooka ram compatibility

[PDF] msi b150 gaming m3 cpu compatibility

[PDF] msi b150 gaming m3 manual

[PDF] msi b150 motherboard cpu compatibility

[PDF] msi b150 motherboard manual

Lecture 2

DOS & Windows file commands

by: lecturer Raya N.Ismail

What is a File

yA group of organized data (records) which are assembled for one particular purpose and considered as one unit yStored in permanent storage like hard disk, diskettes, etc.

Types of Files

yFiles can broadly be categorized into two types:

ŃExecutable Files

ŃNon-Executable Files (Data Files)

What are EXE Files

yExe Files:

ŃProgram files that run or execute themselves

ŃHave either COM or EXE or BAT as

extension

What are Data Files

yNon- executable files that contain only the data that we produce yCannot execute themselves yNeed application program to run

What is a Command

yA command is a set of instructions used to perform a specific work yInterpreted by the OS interpreter to a machine language

ŃE.g. ,,etc.

Windows

yIn windows it is very easy to do any action like creating a file or copying,

PRYLQJ GHOHPLQJ HPŃB"B

yBecause the instructions are executed by clicking on icons and windows unlike Dos operating system. yNow create a folder and practice all instruction mentioned before ?

DOS Commands

yTypes of DOS Commands

ŃInternal

ŃExternal

yDirectory

ŃRoot Directory

ŃParent Directory

Types of Command

yInternal Command ŃThose commands which are already loaded in the

Command.COM file while switching to the MS

DOS

ŃE.g. CLS, VER, DEL, etc.

yExternal Command

ŃThose commands which are not loaded when

loading the Program but are available in the Disk and can be invoked whenever necessary

ŃE.g. FORMAT, TREE, XCOPY, etc.

What is a Directory

yA directory is a list of file which is itself a

ILOH VPRUHG LQ POH ŃRPSXPHU·V PHPRU\ VR

that users can reference it as it is required yAlso called a catalog of files Root Directory yThe Root directory is that directory that is automatically created when the disk is formatted yIt is the current drive that we have been working

ŃE.g. A:\, B:\ (for Floppy Disk Drive)

ŃC:\,D:\ etc. (for Hard Disk Drive)

Current / Parent Directory

yCurrent directory is that directory in which you are currently working yParent directory is that directory which is one level up of the current directory

ŃE.g. C:\Ram\Hari>

Root directory

Parent directory

Current directory

Getting into MS DOS

yTo start MS DOS, click on the Start button and choose Run yIn the Run dialog box, type CMD or

COMMAND which

is the EXE file for MS DOS yClick on the OK button

Listing the Directories and Files in

MS DOS

yFor listing the Sub-directories and Files within a directory, we use the DIR command ySyntax :

ŃDIR/ [Directory_name]

ŃE.g. C:\>DIR/ NCIT

xDisplays all the directories/files within the directory NCIT

1.Dir/ah :-Display all hidden files and directories.

2.Dir/a-d : - Display only files.

3.Dir/ad :- Display only Directories.

4.Dir/a/s:-Display all directory and file with

subdirectory.

5.Dir/a :- Display All Hidden And Non hidden file

and directories.

6.Dir n*.* :Display all file and directory starting

Creating a Directory in MS DOS

yFor creating the Directory in MS DOS, we use the MD (Make Directory)command ySyntax:

ŃC:\> MD NCIT

Changing a Directory in MS DOS

yFor changing the directory in MS DOS, we use the CD (Change Directory) command ySyntax:

ŃC:\>CD NCIT

yNow it appears as:

ŃC:\NCIT>

Switching between Directories

yFor switching between the directories we use the CD.. Or CD\ commands yCD.. Command switches from the current directory to the Parent directory yCD\ command switches from the current directory to the Root directory

Creating Files in MS DOS

yFor creating the files in DOS, the command

COPY CON is used

ySyntax:

ŃCOPY CON filename

Note: File name should not exceed eight characters excluding three characters for extension

ŃE.g. College1.txt

ŃTo save the file press Ctrl+z then Enter

Reading Files in MS DOS

yFor reading the Pre-created files in MS

DOS, we use the TYPE command. It

displays all the contents that are in the file. ySyntax :

ŃTYPE Filename

Renaming Files

yFor renaming the files in MS DOS we use the REN Command ySyntax:

ŃREN oldfilename newfilename

Deleting Files in MS DOS

yFor deleting files in MS DOS we use the

DEL command

ySyntax :

ŃDEL Filename

Deleting directories in MSDOS

yFor deleting the directories in MS DOS we use the RD command ySyntax :

ŃRD Directoryname

Note : For removing the directory first the directory should be empty

Checking the Date/Time

yFor checking the date from the system in MS

DOS, we use the DATE command. It returns the

current system date. ySimilarly, the TIME command returns the current time from the system. ySyntax :

ŃC:\>DATE

yE.g. C:\>DATE

External Commands

Those commands which are not loaded when

loading the Program but are available in the

Disk and can be invoked whenever necessary

E.g. FORMAT, TREE, XCOPY, etc.

The FORMAT Command

yThe FORMAT command prepares a new disk for use by organizing the disk into magnetic tracks and sectors ySyntax :

ŃA:\>FORMAT [Drive_name]

yE.g.

ŃC:\>FORMAT A:

The TREE Command

yThe TREE command is used to display all directory pathnames on the specified disk ySyntax :

ŃC:\>TREE [disk_name]

yE.g.

ŃC:\>TREE A:

The EDIT Command

yThe EDIT command in MS DOS is used to edit the files. It provides a different full screen Editor window with a few menu options. ySyntax :

ŃC:\>EDIT [filename]

yE.g.

ŃC:\>EDIT file1

The PRINT Command

yThe PRINT Command in MS DOS is used to print the text files ySyntax :

ŃPRINT Filename

yE.g.

ŃPRINT File1.txt

quotesdbs_dbs12.pdfusesText_18