Show list files by dir command, Computer Engineering

Assignment Help:

Q. Show list files by Dir command?

The Dir command can also be used to list files from the exacting directory. For example, the list of files present in the WORD directory in drive C, you can use the following commands.

            DIR C:\WORD

            DIR \WORD

The first command specifies the directory name and drive with DIR command. The second command does not specify the drive name in the command, does I'll use the default drive. Thus command will show list of file from the WORD directory in drive C only if drive C is the current drive. Otherwise, it will try to locate the WORD directory in the current drive. In both these commands, '\' refers to the root of the top -level directory in the current or the specified drive.

Like this, if you wish to get the list of file from the EXCEL directory, you can use the command -DIR C:\EXCEL. Now think another case.  We wish to list files from the SALE directory (refer to figure 2.1). If you watch carefully at the directory structure show in figure 2.1, you will notice that the Sales directory under the EXCEL directory, you need to specify the complete path for it with DIR command. The compute path for the SALES directory in shown:

Thus, you can use the commend DIR C:\EXCEL\ SALES to list files from the SALES directory. Here, C:\EXCEL\ SALES is the path for the files stored in the SALES directory. The path for any file includes all directories locked above that file in the directory free structure. The path also includes he drive name and the root directory. The root directory is referred to by '\' immediately following ':' after the drive letter, e.g. 'C:\'. If the path includes multiple directories, separate these directories with '\'. Also, do not use any space in the path. For instance, DIR C:\EXCEL \SALES is invalid.

To list files from the root directory of the current drive, you can use the commend- DIR \ (remember that the first '/' after DIR refers to the root directory.)


Related Discussions:- Show list files by dir command

What is the linkage section, The linkage section is part of a known as prog...

The linkage section is part of a known as program that 'links' or maps to data items in the calling program are working storage. It is the part of the called program where these sh

Determine the fastest logic, Which of the fastest logic: TTL, ECL, CMOS and...

Which of the fastest logic: TTL, ECL, CMOS and LSI ? Ans. The fastest logic family of all logic families ECL. High  speeds  are  possible  in  ECL  since the  transistors  a

Auto increment mode and condition code flags, Described auto increment mode...

Described auto increment mode of addressing? Ans: Effective address of the operand is the contents of a register mention in the instruction. After finishing the accessing t

How different are interface and abstract class in .net, How different are i...

How different are interface and abstract class in .Net? Abstract classes cannot be instantiated it can have or can't have abstract method basically known as must inherit as th

Automatic stock control system in a supermarket, Automatic Stock Control Sy...

Automatic Stock Control System in a Supermarket -  Bar codes are associated to all goods/items sold by the supermarket as a means of identification -  Every bar code is asso

What is arrays pointers, Q. What is Arrays Pointers? An array is a coll...

Q. What is Arrays Pointers? An array is a collection of similar type of data. Arrays are extremely popular data structures in parallel programming because of their easiness of

Explain about control memory organization, Q. Explain about Control Memory ...

Q. Explain about Control Memory Organization? One of the simplest ways to organize control memory is to organize micro-instructions for different sub cycles of machine instruct

Explain the working of assembler, Explain the working of Assembler? An ...

Explain the working of Assembler? An assembler is the computer program for translating assembly language fundamentally a mnemonic representation of machine language into object

Define the method of implementation, Define the method of Implementation ...

Define the method of Implementation Once "final" system has been designed it is then essential to put together the software and hardware and introduce the new system. There ar

Use of typewriters for multiple copies, Use of Typewriters for Multiple Cop...

Use of Typewriters for Multiple Copies : Offices frequently require copies of various letters and documents. The simplest method is to make the copies at the same time along with

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd