home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / cfos2.arj / CFU.DOC < prev    next >
Encoding:
Text File  |  1996-09-05  |  1.4 KB  |  38 lines

  1.         CFU -- cFos Utility
  2.         ----------------------------------------------------------------
  3.  
  4.         The CFU utility is at the moment just a small commandline
  5.         program to aid the use of vcFos/2.
  6.  
  7.  
  8.  
  9.         It currently features two commands:
  10.  
  11.         CFU si
  12.  
  13.                 Recapture the INT 14 vector to vcFos/2. This may be
  14.                 used to reset the vector to vcFos/2 if any other
  15.                 driver has installed itself on top of vcFos/2 and
  16.                 therefore vcFos/2 is no longer functional.
  17.  
  18.                 If, for example, you load VX00.SYS it will load after
  19.                 vcFos/2 and will gain access for all FOSSIL ports,
  20.                 thus blocking access to any vcFos/2 ports. You may
  21.                 use 'CFU si' to set the INT 14 vector to vcFos/2
  22.                 again. However, when you do this, you disable VX00.
  23.                 As far as we know it is not possible to use VX00 and
  24.                 vcFos/2 together in the same DOS-Box. This is because
  25.                 of the way VX00 works.
  26.  
  27.         CFU ft <port> <mode>
  28.  
  29.                 Switch vcFos/2 FOSSIL tracing on (<mode> = 1) or off
  30.                 (<mode> = 0) for FOSSIL port <port>.
  31.  
  32.                 E.g. 'CFU ft 0 1' switches FOSSIL tracing on for FOSSIL
  33.                 port 0. The trace is written to C:\VCTRACE.
  34.  
  35.  
  36.  
  37.         For more info on vcFos/2 see VCFOS2.DOC.
  38.