home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / boardlz / MM46.ZIP / NOTE.486 < prev    next >
Encoding:
Text File  |  1995-04-23  |  484 b   |  16 lines

  1.  
  2. If you are running this door or any door that may have been compiled
  3. with DoorFrame and are receiving "Keyboard Timeout" errors and the
  4. system it is running on is a 486DX or larger, the problem may be with
  5. the MatCo in the machine.
  6.  
  7. To overcome this problem place the following in the batch file that
  8. brings up the door.
  9.  
  10. set no87=on
  11. whatever door EXE goes here
  12. set no87=
  13.  
  14. This will turn off the MathCo while the door is running and then back on
  15. when it is completed.
  16.