home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDFIXW4W.ZIP / FDFIXW4W.DOC < prev    next >
Text File  |  1994-09-23  |  4KB  |  120 lines

  1. FDFIXW4W - FrontDoor Fix for Windows for Workgroups // Absolute Solutions
  2. -------------------------------------------------------------------------
  3.  
  4.     Copyright 1994 Mats Wallin; All rights reserved.
  5.  
  6.  
  7.     Introduction
  8.  
  9.     This utility fixes the problem some people have reported when
  10.     running FrontDoor under Windows for Workgroups. The problem is
  11.     that it takes a long time after the RING before FrontDoor
  12.     displays the CONNECT message, and during this time, the
  13.     user/mailer thinks that your system is down, and disconnects.
  14.  
  15.     This TSR, 224 bytes in size when loaded, fixes this problem.
  16.  
  17.  
  18.     How to use it
  19.  
  20.     This TSR program (FDFIXW4W.COM) should be loaded in the same
  21.     window in which FrontDoor is running. It should be loaded
  22.     after your FOSSIL driver, but before FrontDoor.
  23.  
  24.     Do not use any of the /FORCE switches that can be used with
  25.     FrontDoor, especially not the /FORCEINT28 or /FORCEDPMI. None
  26.     of these switches are necessary, and if used, will prevent
  27.     this TSR from doing anything useful. 
  28.  
  29.     It will also fail if you load this TSR before your FOSSIL
  30.     driver, so make sure you load it after the FOSSIL.
  31.  
  32.     When loading it, just run FDFIXW4W without any parameters. It
  33.     will automatically detect if it's already loaded, and in that
  34.     case, not do anything.
  35.  
  36.     If you would like to unload the TSR due to any reason, this
  37.     can be done by running FDFIXW4W, and specifying U as a
  38.     parameter.
  39.  
  40.  
  41.     How it works
  42.  
  43.     When using FDFIXW4W, FrontDoor believes that it is running
  44.     under DESQview 9.99. when FrontDoor is loaded, it will display
  45.     that it is running under this version of DESQview.
  46.  
  47.     When FrontDoor doesn't have anything to do, it will normally
  48.     give up it's reminding time slice to Windows. When FDFIXW4W is
  49.     loaded, FrontDoor will instead give up it's time slices to
  50.     DESQview, which will be detected by FDFIXW4W.
  51.  
  52.     When this happens, FDFIXW4W will do a few checks, and either
  53.     give up the reminding time slice to Windows, or it will reject
  54.     FrontDoor's request to give up the reminding time slice, and
  55.     just return to FrontDoor, which then can continue it's normal
  56.     processing.
  57.  
  58.  
  59.     Example
  60.  
  61.         This is a small example of how you could use this TSR in your
  62.     BAT file that runs FrontDoor.
  63.  
  64.  
  65.     ECHO OFF
  66.     X00
  67.     .
  68.     .
  69.     .
  70.  
  71.     :LOOP
  72.     .
  73.     FDFIXW4W
  74.     FD
  75.     IF ERRORLEVEL ...
  76.     .
  77.     .
  78.     .
  79.     .
  80.     .
  81.  
  82.  
  83.     
  84.     Legal notice
  85.  
  86.     FDFIXW4W is provided to you as is, without warranty of any
  87.     kind. In no event shall Mats Wallin be liable to you or
  88.     anyone else for any damages or costs arising from the use or
  89.     inability to use this program.
  90.  
  91.     FDFIXW4W is protected by copyright laws, and may not be
  92.     modified, reversed engineered, sold or distributed in any
  93.     way that would involve some sort of trade, without written
  94.     permission from Mats Wallin.
  95.  
  96.     FDFIXW4W is free to use for anyone using FrontDoor. If used
  97.     in an environment not using FrontDoor, FDFIXW4W has to be
  98.     registered. The registration fee is 40 USD. Please contact
  99.     Mats Wallin at one of the addresses listed below.
  100.  
  101.     This version of this product is only supported for use with
  102.     FrontDoor 2.12/Shareware and FrontDoor 2.20c/Commercial.
  103.  
  104.      FrontDoor is a registered trademark of Joaquim Homrighausen.
  105.  
  106.     All other brand or product names are trademarks or
  107.     registered trademarks of their respective holder.
  108.  
  109.  
  110.     Contact information
  111.  
  112.     Mats Wallin can be contacted at the following addresses:
  113.  
  114.     FidoNet:    2:270/19
  115.     InterNet:   mw@abs.lu
  116.     Fax:        +352 316 702
  117.  
  118.     If you hav any bug reports, suggestions, or other type of
  119.     comments, please don't hesitate to contact me.
  120.