home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / quick_gr / ginstall.doc < prev    next >
Text File  |  1990-04-13  |  5KB  |  131 lines

  1. ===========--------- [][][][][][][][][][][][][][][][][][] ---------===========
  2. \_________/          [] \____________________________/ []          \_________/
  3.  | | | | |           [] |        The Coliseum        | []           | | | | |
  4.  | | | | |  ______   [] |                            | []   ______  | | | | |
  5.  | | | | |--\____/-- [] |   SysOp:  Jason Brunken    | [] --\____/--| | | | |
  6.  | | | | |   ||||    [] |                            | []    ||||   | | | | |
  7.  | | | | |   ||||    [] |       (319) 377-1724       | []    ||||   | | | | |
  8.  | | | | |   ||||    [] |                            | []    ||||   | | | | |
  9.  | | | | |   ||||    [] |        Fido Net Node       | []    ||||   | | | | |
  10.  | | | | |   ||||    [] |           283/110          | []    ||||   | | | | |
  11.  | | | | |   ||||    [] |____________________________| []    ||||   | | | | |
  12.  | | | | |   ||||    [] /                            \ []    ||||   | | | | |
  13.  | | | | |   ||||    [][][][][][][][][][][][][][][][][][]    ||||   | | | | |
  14.  |_|_|_|_|  /  ------------------------------------------------  \  |_|_|_|_|
  15. /_________\__ | o oo                               |  -=----  || __/_________\
  16.       |______ |                                    |   -=--   || ______|
  17.      /_______ |                                    |__________|| _______\
  18.     |________ |    _______________________________________     | ________|
  19.    /_________ |__ /  o  oooo  oooo  oooo  ooo   [][][]    \ ___| _________\
  20.   |____________  / o o o o o o o o o o o   o o o  o o o o  \  _____________|
  21.  /____________  / o o o o o o o o o o o o   o o o  o o o o  \  _____________\
  22. |____________  / o o o o o o o o o o o o      o     o o o o  \  _____________| 
  23.               /_______________________________________________\ 
  24. ------------------------------------------------------------------------------
  25. Quick Graphics!              An Express Script by Jason Brunken
  26. ------------------------------------------------------------------------------
  27.  
  28. Have you ever wished that express had the 'online graphics options for FoReM?
  29. With Quick-Graphics it can!
  30.  
  31. With the help of the 'Viewfile' program, QuickGraphics makes it EASY!!! to
  32. install graphics screens.
  33.  
  34. Features:
  35.  
  36. 1. View ANY file online.
  37. 2. MINIMAL script file changes
  38. 3. Defaults to 'TXT' if the graphics files don't exist...
  39.  
  40. -----------------------------------------------------------------------------
  41.  
  42. Installation:
  43.  
  44. 1. Copy 'CONNECT.COM', 'GRPHVIEW.COM', and 'CONNECT.TXT' into your
  45.    'MENU80' folder.
  46.  
  47.  
  48. 2. Copy 'G_PATHS.DAT' into the folder where you run your BBS from.
  49.  
  50.  
  51. 3. Copy all other files into a folder of your choice, I will call it 'GRAPHICS'
  52.    in this Documentation.
  53.  
  54.  
  55. 4. Edit G_PATHS.DAT to match your systems parameters.
  56.  
  57.    Line 1: D:\              The Drive Express is run from
  58.    Line 2: D:\GRAPHICS\     The path to the 'QuickGraphics' files
  59.    Line 3: D:\BBS\MENU80\   The path to your MENU80 folder
  60.  
  61.  
  62. 5. Edit GCHOICES.DAT,  This is the file that contains the types of graphics you
  63.    have online, it is VERY important that you follow the EXACT format...
  64.  
  65.    The first line is a description for the graphics type, the second is the 
  66.    extention that it will search for...
  67.  
  68.    for Example
  69.  
  70. LINE 1: Ascii Text
  71.      2: TXT                     and continue further for aditional types...
  72.      3: ANSI Graphics
  73.      4: ANS
  74.      5: VT52 Color Graphics
  75.      6: VTC
  76.  
  77.      and so on,  NO BLANK LINES ANYWHERE!!!!
  78.  
  79.  
  80. 6. Copy any graphics files you wish to display into your MENU80 folder
  81.    
  82.    You DO NOT have to have all the files done at once, it will default to files
  83.    with the ????????.TXT extention if ???????? with the extension the users
  84.    selected doesn't exist.
  85.  
  86.    Make sure the extensions match what you entered in GCHOICES.DAT
  87.  
  88.  
  89. 7. Installing a menu...  MAINMENU.SCR is an example, if this file is activated,
  90.    it will call QuickGraphics and view the MAINMENU with the extention that the
  91.    user secected if it exists.
  92.  
  93.    Change the path to match your setup...
  94.  
  95.    duplicate and rename this file for EVERY menu you with to use QuickGraphics
  96.    with...
  97.  
  98.    for example... MSGEDIT.SCR
  99.  
  100.     FILE = 'MSGEDIT'
  101.  
  102.  
  103.    or for BASEMENU
  104.  
  105.     FILE = 'BASEMENU'    
  106.  
  107.  
  108. Compile the  menu files into .COM's when you have it set up....
  109.  
  110. -----------------------------------------------------------------------------
  111.  
  112. final notes:
  113.  
  114. I'm sorry if these DOCS are hard to follow, Its the best I can do...
  115.  
  116.  
  117. CONNECT.COM looks for a script called CONNECT2.COM after the user has made a
  118. selection, if it exists, it will be executed.
  119.  
  120. CONNECT.TXT is an optional file...
  121.  
  122.  
  123. I wanted to include all the files that came with VIEWFILE.TOS, but I
  124. accidentally deleted the ARC file, my thanks to the Author...
  125.  
  126.  
  127.  
  128. Please leave any suggestions to me on my BBS, or to J.BRUNKEN on GEnie...
  129.  
  130. Thanks!!!
  131.