home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / genapps / cmstr503.arj / DOC.ZIP / CONFIG.TXT < prev    next >
Text File  |  1991-12-07  |  5KB  |  116 lines

  1.  
  2. CONFIG file
  3.  
  4. Explanation
  5.   CONFIG is a standard ASCII text file that allows an author to configure a
  6.   program to accommodate several variables, some highly technical, but
  7.   others quite simple. You must have a CONFIG file so that DRIVER knows
  8.   what LSN file to access. Use the DOS text file function of your word
  9.   processor (Ctrl-F5 in WordPerfect) to create an ASCII file. A standard
  10.   CONFIG file looks like the column on the left:
  11.  
  12.   Contents         Line #      What it does
  13.   
  14.  
  15.      0           1     [videodisc player type]
  16.      1           2     [control for videodisc player]
  17.      0           3     [debug flag]
  18.      1           4     [switch for computer/videodisc]
  19.      1           5     [color flag]
  20.      1           6     [student information flag]
  21.      1           7     [border ON/OFF]
  22.      0           8     [for future expansion]
  23.      0           9     [for future expansion]
  24.      0           10       [for future expansion]
  25.      0           11       [for future expansion]
  26.      path:file   12       [initial unit filename]
  27.      EXTRAONE    13       [string for ##]
  28.      EXTRATWO    14       [string for $$]
  29.      DATE        15       [string for ^^ (or current date)]
  30.      \              16    [path for student files]
  31.      0              17    [for future expansion]
  32.      0              18    [for future expansion]
  33.      3              19    [graphics display (CGA, EGA. VGA]
  34.      0              20    [for future expansion]
  35.  
  36.   Here are the line numbers followed by the coding for the list of items
  37.   which the CONFIG file sets:
  38.  
  39.    1 videodisc player type:
  40.      0 = CBT only
  41.      1 = Sony LDP 1000
  42.      2 = Pioneer 4000
  43.      3 = Pioneer 8210
  44.      4 = Sony LDP 2000
  45.  
  46.    2 control port: To send information to the videodisc player. Contains
  47.      a 1 or a 2, for LPT1:, LPT2:, COM1: or COM2:. 
  48.  
  49.    3 debug flag:
  50.      0 = all frame numbers off;
  51.      1 = text frame numbers only on (enables ALT 208)
  52.      2 = video frame numbers only on;
  53.      3 = text and video frame numbers on (ALT 208 is enabled).
  54.  
  55.    4 switch port: To switch between RGB, NTSC and superimposed mode
  56.      (usually the number of an LPT: port). Other values here might be used
  57.      with hardware switching devices that allow video overlay, etc. Since
  58.      changes in available hardware occur frequently, contact InterDigital to
  59.      configure DRIVER and the CONFIG files to your videodisc/CD ROM
  60.      interface specifications.
  61.  
  62.    5 color flag: Allows you to force text to be white on black (if used
  63.      with an amber or green monitor on a color adapter). DRIVER also will
  64.      obey mode commands, i.e., if you've typed mode bw80 in DOS, the
  65.      text will be forced to black and white despite the color flag setting.
  66.      0 = black/white monitor on color card
  67.      1 = every other combination
  68.  
  69.    6 student information flag:
  70.      0 means no student file will be created
  71.      1 means a student file will be created
  72.  
  73.    7 border flag:
  74.      0 = no border with color card (black border)
  75.      1 = border is same color as text background
  76.  
  77.    8 spare:  for future use
  78.    9 spare:  for future use
  79.   10 spare:  for future use
  80.   11 spare:  for future use
  81.  
  82.   12 lesson name: Name of the first LSN/CNT file to be accessed (LSN/CNT
  83.      extension should not be included. The name can include a full path
  84.      name, up to 65 characters, total.)
  85.  
  86.   13 extraone:  Any author or student input. Authors enter this into the
  87.      CONFIG file, but for student input, use "extraone" in place of a
  88.      destination page. [~EXTRAONE] 
  89.  
  90.   14 extratwo:  Same as extraone, but use "extratwo" in place of
  91.      destination page [~extraone].
  92.  
  93.   15 string three: Can be any other string (word or phrase) that is
  94.      desirable to change in the CONFIG file. If you put the word DATE
  95.      here, it will become the current date when the student signs in.
  96.  
  97.   16 student file path:  Drive and pathname where student files are
  98.      stored. Even if all files are on the same drive and path as the program
  99.      files, the \ must be included.
  100.  
  101.   17 spare: For future expansion  
  102.   18 spare: For future expansion 
  103.  
  104.   19 monitor: Set this to the lowest level monitor required to display your
  105.      graphic images. If the monitor in use cannot display that type of
  106.      graphic, the program will skip automatically to the next page in the
  107.      program. If the program uses PCX graphics and may be used on a VGA
  108.      monitor, set the flag to 3.
  109.  
  110.         0 = monochrome
  111.         1 = CGA     320 x 200 or 640 x 200 (B\W only)
  112.         2 = EGA     640 x 350
  113.         3 = VGA     640 x 480
  114.  
  115.   20 spare: For future expansion
  116.