Wednesday January 27, 1999


Some additional topics

Filenames. Recall the way that the DOS operating system named files. A complete file name consists of three components. The first component is a character string (letters or numbers) of up to 8 characters. The next component is a dot. The last component is a character string (letters or numbers) of up to 3 characters. There are several DOS commands which we can use in Windows 95. The first and last components are normally called the filename and extension, respectively.

DIR will list all files in your directory.

COPY will copy a file from a source to a destination.

DEL will delete a file.

MD will create a directory.

CD will allow you to change between directories.

A directory is DOS is equivalent to a folder in Windows 95. Windows 95 allows us to use the GUI so that navigation is easier. There are two special directories, . is the current directory, .. is the parent directory.

Windows 95 does not restrict us the way DOS did. We can use long filenames in the GUI. However, when we view the file in a DOS shell, the filename will be truncated so that it fits the DOS convention.

One useful feature of these commands is that we can use wildcards. A wildcard is represented by an asterisk. So let us look at some examples of using the commands.

Within Windows 95 you can access a DOS shell. This means that you can temporarily leave the GUI and go to a command line environment (where you type commands). You can usually find the MS DOS shell when you click the Start Button and select Programs.

Try the following in a DOS shell.

1. List all files with an extension of txt.

2. Create a directory called myfiles.

3. Change into that directory and determine how many files are contained in that directory.

4. Copy all the files in C:\windows to the directory you created.

5. Determine how many files were copied and how much space they have taken up.


Windows Explorer

There is a special feature of Windows 95. It is called the Windows Explorer. It is the counterpart of File Manager in Windows 3.1. You may open the Windows Explorer by right clicking the My Computer icon and choosing Explore.

Using Windows Explorer we can browse floppy drives, hard drives, and CD-ROMs. When you begin Windows Explorer, you normally see a list of all of these drives. There are two special symbols that we should be aware of. When a folder has a + sign in front of it, that means that the contents of the folder are not shown. When there is a minus sign in front of the folder it means that the contents of the folder are shown. You may spend some time now experimenting with the Windows Explorer.

One additional thing to note about windows in Windows 95 is that there is a shortcut to get to items on the Menu Bar. Notice that on the menu bar one letter of the Menu Option is underscored. If you hit the ALT key together with the letter that is underscored, that is a shortcut to bring down the menu. When you bring down the menu it will probably tell you about other keyboard shortcuts.

Another thing to notice is that when selecting folders in the GUI to copy normally they have to all be together in order for us to drag the group. If you want to select files that are not together, then hold down the CTRL key. This will also be something that will be useful to us when we discuss Microsoft Excel.


Review for Exam 1


Computer Concepts

The four major functions of a computer Definitions A computer transforms data into information.

Input Processing

Recall that processing inside of a computer takes place in the CPU ( Central Processing Unit)

Some of the responsibilities of the CPU are It is necessary sometimes for the CPU to store data temporarily. Therefore, computer memory is an important consideration. There are two types of memory inside a computer. Output Storage Computer Software

Windows 95