home *** CD-ROM | disk | FTP | other *** search
- This file contains instructions for creating the CAI demo using VIDEO.
-
- 1. Use [CONTR04.WORK]COPYALL.COM to copy all of the VIDEO source and
- document files. Use [CONTR04]COPYDEMO.COM to copy the files needed
- to create the demo.
-
- 2. Compile everything using COMPALL.COM and COMPDEMO.COM, both of which
- are copied into your directory when you execute COPYALL and COPYDEMO.
-
- 3. Please read the VIDEO document, particularly the sections on creating
- a VIDEO model.
-
- 4. Create the model using VIDINIT, using any name you choose for the model.
- I recommend that you use a password for running the application and
- also for modelling. This will get you accustomed to entering the pass.
- The root node should be an instruction (INST), and should be the file
- ''. (NOTE: the .txt extension is not required).
-
- 5. Using VIDMODL, attach the nodes in the following order:
- NODE TYPE NODE NAME PREVIOUS NODE COMMENTS
- --------- --------- ------------- --------
- INST(ROOT) INST1.TXT N/A ADDED USING VIDINIT
- MENU MENU1.TXT INST1.TXT ADDED WITH VIDMODL
- MENU MENU2.TXT MENU1.TXT ATTACH TO BRANCH 1
- INST INST2.TXT MENU2.TXT ATTACH TO BRANCH 1
- MENU MENU3.TXT INST2.TXT
- INST INST3.TXT MENU3.TXT ATTACH TO BRANCH 1
- MENU MENU4.TXT INST3.TXT A QUESTION
- PROG WRONG MENU4.TXT ATTACH TO BRANCH 1
- PROG WRONG MENU4.TXT ATTACH TO BRANCH 2
- PROG WRONG MENU4.TXT ATTACH TO BRANCH 3
- PROG CORRECT MENU4.TXT ATTACH TO BRANCH 4
- INST INST4.TXT CORRECT FOLLOWS THE PROGRAM
- MENU MENU5.TXT INST4.TXT SECOND QUESTION
- PROG TOTAL MENU5.TXT ATTACH TO BRANCH 1
- PROG WRONG MENU5.TXT ATTACH TO BRANCH 2
- PROG WRONG MENU5.TXT ATTACH TO BRANCH 3
- PROG WRONG MENU5.TXT ATTACH TO BRANCH 4
- PROG WRONG MENU5.TXT ATTACH TO BRANCH 5
-
-
- The previous node is the node that was displayed at the time you
- entered the maintenance mode within VIDMODL.
-
- 6. Alter the FILE_NAME in the command file, DEMO.COM to the name of the
- model file you created in 4. When you execute this, you will bypass
- the prompts for device, directory and filename of the model file, and
- begin executing VIDEO starting with the password prompt.
-
-
- Any questions ? Good, no go to it. Seriously, if you have any questions, call
- me either here at AdaSoft (301-459-4696), or at SAIC in McLean, VA after 6/16.
-
- Stephen J. Hyland
-