home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWIVW95A.ZIP / WW95SETA.TXT
Text File  |  1996-08-15  |  25KB  |  576 lines

  1.  ╔═════════════════════════════════════════════════════════════════════════╗
  2.  ║ WWIV4XX.W95 - A guide to get WWIV the most performance from Windows 95! ║
  3.  ╚══════════════════════════╤═══════════════╤══════════════════════════════╝
  4.                             │  WWIV v4.24a  │
  5.                             ╘═══════════════╛
  6.  
  7.   Written by Paul Winfree (A.K.A. Razorblade). 
  8.  
  9.   Copyright (c) 1996 by Wayne Bell for WWIV Software.
  10.   Copyright (c) 1996 by Microsoft for Windows 95.
  11.  
  12.   (Revised 08-15-96)
  13.  
  14.   Welcome to WWIV v4.24a under Windows 95!
  15.   ───────────────────────────────────────────────────────────────────────────
  16.   At this time, my computer is made by Gateway 2000, 486dx66mhz,
  17.   48mb of RAM, 2 Usr Robotic Sportster 14.4, 1 Zoom 14.4 & Wireless Microsoft
  18.   Mouse.
  19.  
  20.   These are the Settings I use to run 3 dial-in lines and one local
  21.   Instance under Microsoft Windows 95 (Also referred to as Win95).
  22.   I have posted comments throughout this file to help you along the way.
  23.   Extensive testing has been done with these settings on my system as well
  24.   as a number of others to ensure you get the most performance out of Win95.
  25.   Let me know if these settings help you! These settings have been proven
  26.   to work well under Win95.
  27.  
  28.   Windows time-slicing is quite good, therefore I am not recommending any
  29.   program for timeslice conversion at this time. Please stay tuned, as
  30.   this may change in time.
  31.  
  32.  ╔═════════════════════════════════════════════════════════════════════════╗
  33.  ║ Please note that if you choose to use these settings for Win95, you are ║
  34.  ║ STRONGLY urged to use these settings for ALL of your Win95 DOS sessions.║
  35.  ║ Doing this will assure you are getting the most performance possible    ║
  36.  ║ under Windows 95.                                                       ║
  37.  ╚═════════════════════════════════════════════════════════════════════════╝
  38.  
  39.   Also note that even though this text file contains items that will likely
  40.   generate a considerable performance boost for your system, I do not
  41.   recommend any settings that would put the stability of your Win95 system
  42.   at risk. I do not use any undocumented commands, and none of my
  43.   modifications pose any risk to system stability whatsoever. You can be
  44.   assured that testing these settings will pose no threat to Win95's
  45.   stability. Extensive testing has been done to assure stability, no matter
  46.   what type of DOS-Based BBS software you run.
  47.  
  48.   First off, here's a look at what you'll need in your CONFIG.SYS and
  49.   AUTOEXEC.BAT in order to get your BBS running in to shape:
  50.  
  51.   ┌──────────────┐
  52.   │ CONFIG.SYS - │
  53.   └─────────────────────────────────────────────────────────────────────────
  54.   DEVICE=C:\WINDOWS\HIMEM.SYS /TESTMEM:OFF
  55.  
  56.   NOTES: This line loads the memory management driver for Windows 95. You'll
  57.   notice there is NO NEED to load EMM386 anymore. Windows 95 handles all
  58.   of this for you now. If you are using WWIVCHAT v3.22d then Ramdrive are
  59.   needed to support WWIVCHAT v3.22.
  60.   ───────────────────────────────────────────────────────────────────────────
  61.   DEVICE=C:\WINDOWS\EMM386.EXE RAM
  62.  
  63.   NOTES: This line support Ramdrive.sys loaded in.  It is required if you
  64.   have WWIVCHAT V3.22d.
  65.   ───────────────────────────────────────────────────────────────────────────
  66.   BUFFERS=32,0
  67.  
  68.   NOTES: Allocates memory for a specific number of disk buffers when your
  69.   systems start.
  70.   ───────────────────────────────────────────────────────────────────────────
  71.   FILES=200
  72.  
  73.   NOTES: Win95 uses a LOT of file handles. So does WWIV v4.24a. Set this
  74.   number high. 200 is an excellent choice.
  75.   ───────────────────────────────────────────────────────────────────────────
  76.   DOS=HIGH,UMB
  77.  
  78.   NOTES: Loads DOS high and into upper memory.
  79.   ───────────────────────────────────────────────────────────────────────────
  80.   STACKS=9,256
  81.  
  82.   NOTES: Support the dynamic use of data stacks to handle hardware interrupts
  83.   ───────────────────────────────────────────────────────────────────────────
  84.   LASTDRIVE=Z
  85.  
  86.   NOTES: Tells DOS the last drive letter available for use. Leave it at Z.
  87.   ───────────────────────────────────────────────────────────────────────────
  88.   DEVICEHIGH=C:\WINDOWS\RAMDRIVE.SYS 512 /A
  89.  
  90.   NOTES: Uses part of your computer's random-access memory (RAM) to simulate
  91.   a hard disk drive.  This is required if you are using WWIVCHAT v3.22d.
  92.   ───────────────────────────────────────────────────────────────────────────
  93.   SHELL=C:\COMMAND.COM C:\ /P /E:2048
  94.  
  95.   NOTES: VERY IMPORTANT! This sets the command interpreter to use as well as
  96.   the environment size.
  97.   ───────────────────────────────────────────────────────────────────────────
  98.   DEVICE=C:\WINDOWS\COMMAND\ANSI.SYS
  99.  
  100.   Loads the ANSI driver so you can view callers in doors.
  101.   ───────────────────────────────────────────────────────────────────────────
  102.   That's it for the CONFIG.SYS - 10 lines! Now for the AUTOEXEC.BAT:
  103.  
  104.   ┌────────────────┐
  105.   │ AUTOEXEC.BAT - │
  106.   └──────────────────────────────────────────────────────────────────────────
  107.   @ECHO OFF
  108.  
  109.   Turns off the echoing of commands to the screen as they load.
  110.   ───────────────────────────────────────────────────────────────────────────
  111.   LH C:\WINDOWS\COMMAND\DOSKEY /INSERT
  112.  
  113.   NOTES: Loads DOSKEY command macro editor. This particular command tells
  114.   doskey to turn on the Insert key so that when you recall commands at the
  115.   DOS prompt using the Up/Dn arrow keys, it will automatically insert your
  116.   new modifications instead of overwriting. If you would rather it default
  117.   to overwriting, remove the /INSERT parameter.
  118.   ───────────────────────────────────────────────────────────────────────────
  119.   PROMPT $P$G
  120.  
  121.   Sets what the prompt should look like. This will produce the C:\> prompt.
  122.   ───────────────────────────────────────────────────────────────────────────
  123.   SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS;C:\;E:\WWIV
  124.  
  125.   The Paths that Windows will search for programs. You can place any
  126.   directory you want in your path. Make sure your main BBS directory (In
  127.   this case C:\WWIV) is in the path.
  128.   ───────────────────────────────────────────────────────────────────────────
  129.   SET DIRCMD=/O/P
  130.  
  131.   This will sort the directory listings and place them in alphabetical order,
  132.   directories first. The /P pauses the list after each screenful of info.
  133.   ───────────────────────────────────────────────────────────────────────────
  134.   SET COMSPEC=C:\WINDOWS\COMMAND.COM
  135.  
  136.   Sets the path to the command interpreter for programs that need it.
  137.   Windows 95 LIKES to REM this out during the upgrade process. Make SURE
  138.   you remove the REM after upgrading. 
  139.   ───────────────────────────────────────────────────────────────────────────
  140.  
  141.   You are all done for now!  If you are using the BNU or X00 Fossil drivers.
  142.   I recomend you to rem it either in Config.sys or Autoexec.bat.  It does not
  143.   run too well under Win95.  Get WinFOSSIL driver and install it under the
  144.   Windows.  Follow the directions from there on how to use it.  If you don't
  145.   have the WinFOSSIL driver.  You can call my board and download a file called
  146.   "WNFOS112.ZIP".  I will re-write more details in the future about how to
  147.   setup the Vfossil driver in DOS under Win95.  I have not use the "@CALL" with
  148.   the Vfossil driver since I have no problem running doors.
  149.   ───────────────────────────────────────────────────────────────────────────
  150.  
  151.   Now, it's time to make some necessary changes to your modem profiles
  152.   and COM ports that Win95 uses. First, let's take care of the COM ports:
  153.  
  154.   ──────────┐
  155.   Step 1 -  │
  156.   ───────────────────────────────────────────────────────────────────────────
  157.   Click on "My Computer", then click "Control Panel", then open the
  158.   "System" icon. When "System Properties" appears, click on the "Device
  159.   Manager" tab. You will now see a list of all of your hardware.
  160.  
  161.   ──────────┐
  162.   Step 2 -  │
  163.   ───────────────────────────────────────────────────────────────────────────
  164.   Go down to the "Ports (COM and LPT)", and click on the "+" sign to the
  165.   left of it. You will now see a list of all of your COM and LPT ports.
  166.   The LPT ports no NOT need to be modified, so ignore them. The COM
  167.   ports however, do. Please make the following changes to all of your
  168.   COM ports:
  169.  
  170.   ──────────┐
  171.   Step 2a - │
  172.   ───────────────────────────────────────────────────────────────────────────
  173.   Click on your first COM port (usually Communications Port 1), now
  174.   click on the "port settings" tab.
  175.  
  176.   Set "Baudrate" to 38400. Leave the Data bits, stop bit, and parity
  177.   selections at their defaults of "8, None, 1". Set your "Flow control"
  178.   to "Hardware". Click on OK to save those changes.
  179.  
  180.   Leave all other selections at their default values. 
  181.  
  182.   ──────────┐
  183.   Step 3 -  │
  184.   ───────────────────────────────────────────────────────────────────────────
  185.   Repeat the process for ALL of your COM ports.
  186.  
  187.    ╔══════════════════════════════════════════════════════════════════╗
  188.    ║ TIP: Win95 provides an excellent utility to view which IRQ's are ║
  189.    ║ currently being used. To view them, click on the "Computer" icon ║
  190.    ║ under system properties --> device manager.                      ║
  191.    ╚══════════════════════════════════════════════════════════════════╝
  192.   ───────────────────────────────────────────────────────────────────────────
  193.   Next, it's time to make changes to our modem profiles. Exit back
  194.   out to the contol panel, and click on "Modems".
  195.  
  196.   You will see the "Modems properties" page. Make the following
  197.   changes to each of your modems: Set the Baudrate to 38400. Repeat
  198.   this for each modem you have set-up under Win95.
  199.   ───────────────────────────────────────────────────────────────────────────
  200.  
  201.   To get your BBS up from the start-up.
  202.  
  203.   ──────────┐
  204.   Step 1 -  │
  205.   ───────────────────────────────────────────────────────────────────────────
  206.   Click on "Start", then click "Setting", then open the "Taskbar". When
  207.   "Taskbar Properties" appears, click on the "Start Menu Program" tab. 
  208.  
  209.   ──────────┐
  210.   Step 2 -  │
  211.   ───────────────────────────────────────────────────────────────────────────
  212.   Click on "Add" Button, then click "Browse" Button, Find your WWIV start-up
  213.   batch files.  My BBS start-up batch file is E:\WWIV\WWIV.BAT.  Your will
  214.   be different. 
  215.  
  216.   ──────────┐
  217.   Step 3 -  │
  218.   ───────────────────────────────────────────────────────────────────────────
  219.   Click on "Next" Button, Find "Startup" Folder then click on it, then click
  220.   "Next" Button, Make sure that is the right execute file you gonna use then
  221.   click "Next" Button, Choose your favorite icons then click "Finish".
  222.  
  223.   ──────────┐
  224.   Step 4 -  │
  225.   ───────────────────────────────────────────────────────────────────────────
  226.   Since this is designed for multi-tasking board.  I have 4 batch files to
  227.   load.  Repeat the process for ALL of your batch files.
  228.  
  229.   ───────────────────────────────────────────────────────────────────────────
  230.   
  231.   Return to "Taskbar Properties".  Click on "Advanced", then click
  232.   "Programs" folder, then click "StartUp" folder.
  233.  
  234.   What follows are the settings for your Win95 DOS Sessions. These are
  235.   accessed by right-clicking on the icon that is set up to load your BBS
  236.   Instances, and then selecting "properties". If you have multiple Instances,
  237.   you will need to modify the properties for each of your sessions:
  238.  
  239.   ───────────────────────────────────────────────────────────────────────────
  240.   Tab 1 - General: │
  241.   ─────────────────┘
  242.     Tab 1 Gives information about the program itself. No modification needs
  243.     to be done to this page.
  244.  
  245.   ───────────────────────────────────────────────────────────────────────────
  246.   Tab 2 - Program: │
  247.   ─────────────────┘
  248.     To the Right of the icon, there is a space to enter in the name that
  249.     you want displyed on the title bar when this session is running. An
  250.     example for Instance 1 would be your BBS name and node number (Winfree's
  251.     Lair #1).
  252.  
  253.     Cmd Line.....: E:\WWIV\WWIV.BAT
  254.  
  255.     This is where you will place the path and filename of the batch file
  256.     that you are using to start each of the BBS Instance with.
  257.  
  258.     Working......: E:\WWIV
  259.  
  260.     Provides a space for you to type the name of the folder that this
  261.     program will load files from, and where it will save files. If necessary,
  262.     include the drive letter.
  263.  
  264.     This is also where items such as temporary files are created for this
  265.     program. You can use any directory that you wish, however it is a good
  266.     idea to use the same directory for all of your DOS sessions, to make
  267.     cleanup easier if need be.
  268.  
  269.     Batch File...: None
  270.                        
  271.     Shortcut Key: None
  272.  
  273.     Provides a space for you to define a keyboard shortcut to start or switch
  274.     to this program from Windows. Shortcut keys must include CTRL and/or ALT
  275.     and another key (for example, CTRL+Y). You cannot use ESC, ENTER, TAB,
  276.     SPACEBAR, PRINT SCREEN, or BACKSPACE.
  277.  
  278.     No other program can use this key combination. If the shortcut key
  279.     conflicts with an access key in a Windows-based program, the access key
  280.     will not work.
  281.  
  282.     Run: Minimized
  283.  
  284.     This will place all of your BBS hidden in Auto Hide Bar.  It's nice not
  285.     to see your BBS across your monitor when you are working other
  286.     Application.
  287.  
  288.   ───────────────────────────────────────────────────────────────────────────
  289.   Tab 3 - Font: │
  290.   ──────────────┘
  291.     This is where you specify what font you would like to use when displaying
  292.     this session in a window, either by starting it windowed, or by using
  293.     ALT-ENTER. Both Type Font & Font Size "Auto" is what I use, however the
  294.     choice is up to you.
  295.  
  296.   ───────────────────────────────────────────────────────────────────────────
  297.   Tab 4 - Memory: │
  298.   ────────────────┘
  299.     Set Conventional Total to Auto 
  300.  
  301.     Set Initial Environment to Auto
  302.  
  303.     EMS Total to 1024
  304.  
  305.     XMS Total to 1024
  306.  
  307.     MS-DOS protected mode to Auto
  308.  
  309.     Place a check in the box "Uses HMA" under "Extended" (XMS) Memory.
  310.  
  311.     Do NOT place a check in the "Protected" Box. Having "Protected" checked
  312.     only seems to slow the session down, and does not seem to provide
  313.     any greater level of protection than when it is turned on.
  314.  
  315.   ───────────────────────────────────────────────────────────────────────────
  316.   Tab 5 - Screen: │
  317.   ────────────────┘
  318.     Usage - This is the setting for how you want this program loaded.
  319.             Choose full-screen or window. Initial size should be set at
  320.             "Default".
  321.  
  322.     Window and Preformance - Display toolbar, restore settings on startup,
  323.                              fast ROM emulation, and dynamic memory
  324.                              allocation should all be checked.
  325.  
  326.   ───────────────────────────────────────────────────────────────────────────
  327.   Tab 6 - Misc: │
  328.   ──────────────┘
  329.     Allow screen saver, QuickEdit, Exclusive Mode, Always Suspend, and warn
  330.     if still active should NOT be checked.
  331.  
  332.     Idle Sensitivity - Set it to Low. Move the slider as far to the left as
  333.     you can.
  334.  
  335.     Fast pasting - should be checked.
  336.  
  337.     All of the Windows Shortcut keys should be checked.
  338.   ───────────────────────────────────────────────────────────────────────────
  339.    You are all set for Instance #1.  If you have more than Instance #1
  340.    then you should do the same step by step like above.
  341.  
  342.   ───────────────────────────────────────────────────────────────────────────
  343.    After you are done with the multi-board Batches above. The last thing
  344.    for the Local Sysop BBS Batches.  My 4th Batches for my own logon is
  345.    changed little bit differently.  Look at TAB #4 and follow it below.
  346.  
  347.   ───────────────────────────────────────────────────────────────────────────
  348.   Tab 4 - Memory: │
  349.   ────────────────┘
  350.     Set Conventional Total to Auto 
  351.  
  352.     Set Initial Environment to Auto
  353.  
  354.     EMS Total to 4069
  355.  
  356.     XMS Total to 4069
  357.  
  358.     MS-DOS protected mode to Auto
  359.  
  360.     Place a check in the box "Uses HMA" under "Extended" (XMS) Memory.
  361.  
  362.     Do NOT place a check in the "Protected" Box. Having "Protected" checked
  363.     only seems to slow the session down, and does not seem to provide
  364.     any greater level of protection than when it is turned on.
  365.  
  366.  
  367.   That's it! All of the DOS settings are taken care of.
  368.  
  369.  ╒═══════════════════════════════════════════════════════════════════════════╕
  370.  │ IMPORTANT: If you are running WWIV 4.xx under Win95, you will need to     │
  371.  │ make a change to your modem's MDM file that WWIV uses. This will allow    │
  372.  │ WWIV to run as efficiently as possible. If you are running other DOS BBS  │
  373.  │ software, and you also have the ability to modify a setting similar to    │
  374.  │ this, please do so.                                                       │
  375.  ╘═══════════════════════════════════════════════════════════════════════════╛
  376.  
  377.  ────────────────────────────────────────────────────────────────────────────
  378.   Specific to users of WWIV/DOS 4.10 and higher, and users of the
  379.   WWIV 4.23 & above MultiLine Platinum ONLY -
  380.  
  381.    ------------------------------------------------------------------------
  382.  
  383.   Digiboard support is not yet available for Windows 95.
  384.   In near future, I will upgrade my modems to 4-COM with 3 external modems.
  385.   ───────────────────────────────────────────────────────────────────────────
  386.   Additional Notes:
  387.  
  388.   More new tips and tricks become available all the time. I update this
  389.   file on a regular basis to reflect new changes.
  390.  
  391.   Also, PLEASE keep this in mind: When you make a change to any DOS setting,
  392.   make the appropriate canges to ALL of your DOS sessions. While this is
  393.   time-consuming, it will result in a far-more stable and higher
  394.   performance system. Please take the time to have all of your settings
  395.   for all of your DOS sessions reflect what I have listed.
  396.  
  397.   ──────────────────────────────────────────────────────────────────────────
  398.   DISCLAIMER - I CAN'T BE RESPONSIBLE FOR WHAT YOU DO WITH YOUR SYSTEM OR
  399.   YOUR CONFIG.SYS FILE BASED UPON WHAT YOU MAY LEARN FROM THE INFORMATION
  400.   PROVIDED IN THIS FILE.  EVERY EFFORT HAS BEEN MADE TO MAKE THIS FILE AS
  401.   ACCURATE AS POSSIBLE, BUT NO WARRANTY IS EXPRESSED OR IMPLIED.  THE
  402.   INFORMATION IS PROVIDED ON AN "AS IS" BASIS.  USE IT AT YOUR OWN RISK.
  403.   ──────────────────────────────────────────────────────────────────────────
  404.   If you have any other questions, please let me know! I'll help if I can.
  405.  
  406.   If these settings do help you, let me know! Comments are always
  407.   appreciated, positive or negative. If you notice anything I may have left
  408.   out, or something you would like to see added to SETTINGS, please let me
  409.   know!
  410.  
  411.   I can be reached at:
  412.  
  413.   WWIVnet  - 1@12195
  414.   ICEnet   - 1@7682
  415.   TERRAnet - 1@7682
  416.   Internet - pdw8915@rit.edu
  417.              1-7682@tnet.bluethun.com
  418.              winfree@frontiernet.net
  419.  
  420.   Good Luck!
  421.   Razorblade, Sysop
  422.   Winfree's Lair
  423.   Instance 1 (716) 359-3296
  424.   Instance 2 (716) 359-0922
  425.   Instance 3 (716) 334-3466
  426.   Instance 4 (Local) Sysop ONLY!
  427.  
  428.   ──────────────────────────────────────────────────────────────────────────
  429.   Trouble Shooter │
  430.   ────────────────┘
  431.  
  432. 1. Question:
  433.        I have to re-boot my Win95 1 or 2 time per week after users made
  434.    few calls.  It's like that you have to re-boot every few users called
  435.    your BBS.
  436.  
  437.    Answer:
  438.        That's because the Memory or Ram LEAKS.  It build's up the program
  439.    every time the application been on for a period of time. There's a patch
  440.    called "krnlupd.exe" from Microsoft.  The path to pick up the patches is
  441.    //http://www.microsoft.com/windows/software/krnlupd.htm
  442.  
  443.   ──────────────────────────────────────────────────────────────────────────
  444.  
  445. 2. Question:
  446.        The Question #1 did not solve problem.  I need help now ASAP!
  447.  
  448.    Answer:
  449.        I am so sorry that thing did not work-out for you.  You must be a
  450.    Register WWIV Sysop to have some modification on your Source Code.  Your
  451.    last choice to re-boot your BBS system.  TOPAC07a.424 is written by Topac.
  452.    He is a Regular WWIV Sysop that has given me permission to add his mods
  453.    along this "Setting WWIV for Win95".
  454.  
  455. ╓────────────────────────────────────────────────────────────────────────────╖
  456. ║ Mod File Name : TOPAC07a.424         Mod Author: Topac   3@6161 WWIVnet    ║
  457. ║ Difficulty    : ▓▓▒▒▒▒▒▒▒▒  [Pretty Simple]              3@4402 IceNET     ║
  458. ║ WWIV Version  : 4.24+                                           SierraLink ║
  459. ║ Mod Date      : 29 MAY 96                                       TerraNet   ║
  460. ║ Files Affected: BBS.C                                    3@14402WWIVLink   ║
  461. ║ Description   : Restarts remote node under Win95                           ║
  462. ╙────────────────────────────────────────────────────────────────────────────╜
  463. =============================================================================
  464.   This mod is writen for registered WWIV sysops.  No one else has any
  465.   business using it.  In fact, they wouldn't have much use for it.  If
  466.   you're not registered, leave this be.
  467.  
  468. =============================================================================
  469. Extended Description:
  470.  
  471.      I had problems with my moded BBS under Win95.  It would lock up after
  472.   a couple of people called the baord.  I figured that it might be due to
  473.   memory leakage or something similar.  I wrote this to "reboot" the DOS
  474.   session the board runs in.
  475.  
  476. To run this set up the board with a short cut called BBS1 (replace the 1 with
  477. the node number).  In it have it call the BBS with BBS /O.  After one caller,
  478. the BBS will quit, and start a new window with the BBS running in it. 
  479.  
  480. ==============================================================================
  481. Disclaimer:
  482.  
  483. If it has sex with your cat or spills oil on your floor and it gets to the
  484. point you can't stand anymore.  Send it to us we won't give a fig.  We'll tell
  485. you, "Go stick your head in a pig!"   -D. Adams
  486.  
  487. ------------------------------------------------------------------------------
  488.  
  489. This code has been tested on my modified BBS.
  490.  
  491. ==============================================================================
  492.  
  493. If you do use this, please drop me a note, especially if you have any problems.
  494. This gives me a way of contacting people who use the mod with updates and
  495. information.
  496.  
  497.  
  498. I can be reached at 3@6161  WWIVNet
  499.                      @4402  IceNet
  500.                      @4402  SierraLink
  501.                      @4402  TerraNet
  502.                      @4402  Dragon*Net
  503.                      @7702  TFALink
  504.                      @ 702  AtlantaNet
  505.                      @14402 WWIVLink
  506.            topac-4402@tnet.bluethun.com
  507.  
  508. Topac's Moding Service:
  509. For even more information, I now host a sub that deals with moding in general,
  510. an my mods in particular.  It is not autorequestable.  The subtype is TOPMODS
  511. It is available on all of the above networks.
  512.  
  513. ==============================================================================
  514. Guidelines:
  515.  
  516. Back up your source before you start.
  517.  
  518. This mod is set up so you can block copy everything into place.  It's all set
  519. up so that it should be clear what is added and removed, so that it'll be
  520. easy to identify and remove the mod.
  521.  
  522. In the mod things will be annotated as follows:
  523. //TOPAC07a.424           This marks a place where the mod is
  524. //TOPAC07a.424 Begin     This marks the begining of a large block of the mod
  525. //TOPAC07a.424 End       This marks the end of a large block of the mod
  526. /**/                     This marks an addition
  527. //--                     This marks something that'll be commented out.
  528.  
  529. If there is a change in a line, I usually comment out the line and add the
  530. edited line.
  531.  
  532.  
  533. ==============================================================================
  534. Load BBS.C
  535.  
  536. Search for 'wfc_label' and paste the following in.
  537.  
  538. wfc_label:
  539.  
  540. //TOPAC07a.424
  541. /**/i=get_win_version();
  542. /**/if ((ok_modem_stuff) && (ooneuser) && (i==4)) {
  543. /**/  sprintf(s,"start \\wwiv\\bbs%d.pif", instance);  //NOTES:
  544. /**/  extern_prog(s, 0);
  545. /**/}
  546.  
  547.     cleanup_net();
  548. ------------------------------------------------------------------------------
  549. NOTES: You need to set the short cut up as BBS(node number).  You may want
  550. to change the path depending on your set up.
  551.  
  552. ==============================================================================
  553. In god we trust, all others pay cash.
  554.   ──────────────────────────────────────────────────────────────────────────
  555.  
  556. 3. Question:
  557.      I have too many button on TASKBAR.  The Topac07a.mod works very good but
  558.   there are too many button on TASKBAR.  I want 1 button each Instances on
  559.   TASKBAR.
  560.  
  561.   Answer:
  562.      You need to add "EXIT" in your WWiV batch files.
  563.      EXAMPLE: BBS1.BAT
  564.  
  565.      set WWIV_INSTANCE=1
  566.      E:
  567.      cd\wwiv
  568.      bbs -i1 /O
  569.      EXIT
  570.  
  571.    In TOPAC07A.MOD.  There are explaination to add "BBS /O"  The "BBS /O" is
  572.    when a users logoff your BBS.  It will shut down your BBS.  The "EXIT" is
  573.    the command for Win95.  Since WWIV is running in DOS mode so you need to
  574.    "EXIT" to get out of DOS mode before a NEW button being made in your Win95
  575.   ──────────────────────────────────────────────────────────────────────────
  576.