listing Files of Some Other Drive Suppose you are in drive C: and want to see the directory inside a floppy disk inserted in drive A:. To do so, type the following command:

C:\>DIR A:~

If you wish to see the contents of another drive named B: then insert the floppy in this drive and type the following command:

Name:  Listing Files of Some Other Drive.jpg
Views: 19
Size:  47.5 KB

C:\>DIR B:~

Normally, the drive for CD-ROM is called D: drive. If you have a D: drive and you wish to see its contents then insert the CD-ROM in this drive and type the following command:

C:\>DIR D:~