home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / VBBS600.ARJ / 600_READ.ME! next >
Text File  |  1993-03-06  |  6KB  |  158 lines

  1. ------------------------------------------------------------------------
  2.                         VBBS/NET 6.00 Archives
  3.                 Copyright (C) Roland De Graaf 1990-1993
  4. ------------------------------------------------------------------------
  5.  
  6. Welcome to the official release of VBBS 6.00!
  7.  
  8. 600_READ.ME!  This file
  9.  
  10. VBBS600.DOC   Main VBBS Documentation  (Please Read)
  11. VSCRIPT.DOC   Explaination of Vscript commands
  12. MULTINET.DOC  VBBS MultiNet Documentation
  13. MODEM.DOC     Modem Configuration
  14. VFIDO.DOC     VFIDO Documentation
  15. VXY.DOC       VXY Documentation
  16. VBBSDOOR.DOC  Setting Up Doors Under VBBS
  17. LOCALNET.DOC  Local NET Documentation
  18.  
  19. SUBSLIST.NET  Current List of VirtualNET subs
  20.  
  21. MAIL_REG.TXT  Your VBBS/NET Registration form
  22.  
  23. INSTALL.EXE   VBBS Installation Program
  24. BBS.EXE       VBBS Start-Up File
  25. VBBS.EXE      VBBS Main Program
  26. VBBS-AUX.EXE  VBBS Aux Executable
  27. VCONFIG.EXE   VBBS Configuration Program
  28. VCOM.EXE      VBBS Script Compiler
  29. VLIST.EXE     Ascii/Heart Code File Viewer
  30. VXY.EXE       VXY Xmodem/Ymodem Transfer Protocol Program
  31. VQWK.EXE      VBBS QWK Program
  32. VME.EXE       VBBS MultiNet Engine
  33. VFIDO.EXE     VBBS FidoNET Mailer/Tosser
  34. VNET.EXE      VNET Network Software
  35.  
  36.                     ---------------------------
  37.                        Version 6.00  UPGRADE
  38.                     ---------------------------
  39.  
  40.     The Virtual BBS/NET ver 6.00 updates versions 5.5x, & 5.6x only!
  41.  
  42.          -->     VBBS 6.00 replaces ALL executable files    <--
  43.  
  44.             *  UPGRADE INSTALLATION FROM VBBS VER 6.00  *
  45.             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46.  
  47. (New Installations Please read VBBS600.DOC)
  48.  
  49. UPGRADE Installations for ver 6.00, upgrading from ver 5.5x or 5.6x:
  50.  
  51. 1) Backup:
  52.     files in your database directory
  53.     files in your data directory
  54.     your .cfg files
  55.  
  56. 2) Having extracted the VBBS60-1.ZIP & VBBS60-2.ZIP to a separate dir, 
  57.    run the "INSTALL" exe as an upgrade existing installation and name 
  58.    the correct path to your actual VBBS dir. 
  59.    (your .CFG files will NOT be overwritten)
  60.  
  61. 3) Verify settings in Vconfig and change Channel 1 in CHANNEL.CFG to
  62.    reflect your modem port. (Base addresses and IRQ addresses are set
  63.    automatically)
  64.  
  65. 4) The INSTALL for 6.00, when used to upgrade existing installations,
  66.    copies ONLY the new .EXE files to your VBBS directory.
  67.    
  68.    It does NOT over-write any menus, script files, function blocks,
  69.    text files, or network data files.
  70.   
  71.    You may need to copy files or make some changes manually. <--------
  72.  
  73.    File to consider replacing/editing: *.ANS *.ASC *.TXT *.PDM
  74.  
  75. ->  EXISTING INSTALLATIONS MUST USE THE INSTALL PROGRAM TO UPGRADE VBBS. <-
  76.  
  77.        It is recommended that you BACK-UP the files in your Database
  78.              Directory, and the files in your Data Directory.
  79.          
  80.             --  Please Read VBBS600.DOC for more information --
  81.  
  82. What's New for 6.00
  83. -------------------
  84.  
  85. 1. Built-In FIDOnet Support
  86.  
  87.    Eliminates the need for external FIDOnet mailers such as FrontDoor.
  88.    Easy to configure.  Multi-Networks compatible.
  89.    Please see VFIDO.DOC/MULTINET.DOC for more info.
  90.  
  91. 2. VXY Xmodem/Ymodem Protocols
  92.  
  93.    VBBS-specific multiuser compatible file transfer protocols.
  94.    Please see VXY.DOC for more info.
  95.  
  96. 3. DigiBoard support
  97.  
  98. 4. CDROM support for 'oddly-organized' CD's & Automatic Description "Uploading"
  99.  
  100.    VCDROM.EXE, available separately, can be used to automatically
  101.    "upload" the file descriptions from data on the CD itself.
  102.  
  103. 5. New VNET Software
  104.  
  105.    Fully Multinetwork-aware with awesome gating capabilities.
  106.    
  107. 6. VGIX Support
  108.  
  109.    VGIX, available separately, is the graphical front-end for VBBS.
  110.    VGIX supports VGA graphics and mouse operation for remote users.
  111.    (Note: VGA NOT required on BBS computer.)
  112.  
  113.    Capabilities:
  114.       Drawing Commands, like Plot, Line, Circle, etc.
  115.       Iconified Menus with Mouse support
  116.       List Boxes with Mouse support
  117.       ...more to come!
  118.       
  119.    The VGIX Support within VBBS is composed of two parts:
  120.      -Hard-Coded VGIX support
  121.      -VGIX support thru scripting
  122.    
  123.    Using scripts you can "make" VGIX do a great many things --
  124.    and most importantly -- do it interactively and quickly.
  125.  
  126.    One of the changes made to 6.00 to better support VGIX
  127.    has to do with the way menu files are accessed by the system.
  128.    
  129.    Assume the menu we want to access is called MAIN.
  130.    
  131.    Under VBBS 5.52, the sequence for "finding" a menu was as follows:
  132.    
  133.      Check Text Directory:
  134.         If MAIN.MNU exists, display it.
  135.         If not, then display either MAIN.ANS or MAIN.ASC depending
  136.         on user video preference.
  137.  
  138.    Under VBBS 6.00, the sequence goes like this:
  139.  
  140.      Check Script Directory:
  141.         If MAIN.V exists, execute it.
  142.         If not, do the following:
  143.      Check Text Directory:
  144.         If MAIN.MNU exists, display it.
  145.         If not, then display either MAIN.ANS or MAIN.ASC depending
  146.         on user video preference.
  147.  
  148.    This allows you to activate a script, instead of just simply 
  149.    displaying a menu, if you wish. The script, then, should check 
  150.    $videomode and take the appropriate action. If $videomode = 3, 
  151.    then you are in VGIX mode and can do the VGIX commands which 
  152.    produce the iconfied menu you desire on the user's screen.
  153.    Many interesting uses for this are possible.
  154.    
  155.    The combination of VBBS/VScript & VGIX is very powerful, and
  156.    very flexible.
  157.  
  158.