Creating a Title Directory

When you installed Viewer, you told the Setup program which directory to use for Viewer files. Ordinarily, when you create a title, you create a separate sub-directory of the Viewer directory to hold the title's files.

For this example, it is assumed that you installed Viewer in the \VIEWER directory and that all the files for the sample title will be in a subdirectory named \VIEWER\TEST (when you create an actual title, you should use separate subdirectories for the text files, pictures, sounds, and animation sequences in your title).

·To create the TEST subdirectory:

1.Change to the Viewer directory by entering the following command:

cd \viewer

2.Now use the following command to create the new subdirectory:

mkdir test

3.Finally, enter the following to change to your new subdirectory before you start creating topic files:

cd test