home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0812.TB < prev    next >
Text File  |  1993-01-21  |  1KB  |  47 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0812                 01-21-93
  4.  
  5. =============================================================================
  6.  
  7.  
  8.               PREMIUM EXEC SUSPEND MODE AND BITFAX SOFTWARE
  9.  
  10.  
  11. PROBLEM:       When sending a fax using BitFAX software, the Premium Exec
  12.                will not suspend.
  13.  
  14. SYMPTOM:       Without user intervention, suspend mode is disabled after
  15.                sending a fax using BitFAX software.
  16.  
  17. AFFECTED
  18. SYSTEMS:       All AST Premium Exec Systems.
  19.  
  20. SOLUTION:      Reinitialize the modem.  This is performed by using the
  21.                command "astmodem" and involves toggling the modem off  and
  22.                then on.  The commands can be executed from the DOS command
  23.                line or from a batch file.
  24.  
  25. Command Line Example:
  26.  
  27. After the faxes have been sent and the BitFAX program has been exited, enter
  28. the following two commands at the DOS prompt:
  29.  
  30. astmodem off
  31. astmodem on
  32.  
  33. Batch File Example:
  34.  
  35. Include the following three entries in a batch file:
  36.  
  37. bitfax
  38. astmodem off
  39. astmodem on
  40.  
  41. Then execute the batch file.  Upon exiting the BitFAX program, the commands
  42. "astmodem off" and "astmodem on" are executed automatically.
  43.  
  44. Note:  These examples assume the DOS path statement is pathed to these two
  45.        commands.
  46.  
  47.