home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / menu / mmgrdemo.doc < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.9 KB  |  55 lines

  1. This file contains instructions for creating the CAI demo using VIDEO.
  2.  
  3.   1. Use [CONTR04.WORK]COPYALL.COM to copy all of the VIDEO source and
  4.      document files. Use [CONTR04]COPYDEMO.COM to copy the files needed
  5.      to create the demo.
  6.  
  7.   2. Compile everything using COMPALL.COM and COMPDEMO.COM, both of which
  8.      are copied into your directory when you execute COPYALL and COPYDEMO.
  9.  
  10.   3. Please read the VIDEO document, particularly the sections on creating
  11.      a VIDEO model.
  12.  
  13.   4. Create the model using VIDINIT, using any name you choose for the model.
  14.      I recommend that you use a password for running the application and
  15.      also for modelling. This will get you accustomed to entering the pass.
  16.      The root node should be an instruction (INST), and should be the file
  17.      ''. (NOTE: the .txt extension is not required).
  18.  
  19.   5. Using VIDMODL, attach the nodes in the following order:
  20.        NODE TYPE   NODE NAME          PREVIOUS NODE        COMMENTS
  21.        ---------   ---------          -------------        --------
  22.         INST(ROOT) INST1.TXT          N/A                ADDED USING VIDINIT
  23.         MENU       MENU1.TXT          INST1.TXT          ADDED WITH VIDMODL
  24.         MENU       MENU2.TXT          MENU1.TXT          ATTACH TO BRANCH 1
  25.         INST       INST2.TXT          MENU2.TXT          ATTACH TO BRANCH 1
  26.         MENU       MENU3.TXT          INST2.TXT
  27.         INST       INST3.TXT          MENU3.TXT          ATTACH TO BRANCH 1
  28.         MENU       MENU4.TXT          INST3.TXT          A QUESTION
  29.         PROG       WRONG              MENU4.TXT          ATTACH TO BRANCH 1
  30.         PROG       WRONG              MENU4.TXT          ATTACH TO BRANCH 2
  31.         PROG       WRONG              MENU4.TXT          ATTACH TO BRANCH 3
  32.         PROG       CORRECT            MENU4.TXT          ATTACH TO BRANCH 4
  33.         INST       INST4.TXT          CORRECT            FOLLOWS THE PROGRAM
  34.         MENU       MENU5.TXT          INST4.TXT          SECOND QUESTION
  35.         PROG       TOTAL              MENU5.TXT          ATTACH TO BRANCH 1
  36.         PROG       WRONG              MENU5.TXT          ATTACH TO BRANCH 2
  37.         PROG       WRONG              MENU5.TXT          ATTACH TO BRANCH 3
  38.         PROG       WRONG              MENU5.TXT          ATTACH TO BRANCH 4
  39.         PROG       WRONG              MENU5.TXT          ATTACH TO BRANCH 5
  40.         
  41.  
  42.      The previous node is the node that was displayed at the time you 
  43.      entered the maintenance mode within VIDMODL.
  44.  
  45.   6. Alter the FILE_NAME in the command file, DEMO.COM to the name of the 
  46.      model file you created in 4. When you execute this, you will bypass
  47.      the prompts for device, directory and filename of the model file, and
  48.      begin executing VIDEO starting with the password prompt.
  49.  
  50.  
  51. Any questions ? Good, no go to it. Seriously, if you have any questions, call
  52. me either here at AdaSoft (301-459-4696), or at SAIC in McLean, VA after 6/16.
  53.  
  54. Stephen J. Hyland
  55.