home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / perform.zip / FAXSEND.TXT < prev    next >
Text File  |  1992-02-28  |  945b  |  24 lines

  1. Before You Can Send Fax
  2.  
  3. If you are using a CAS-Compliant Fax Modem such as Intel's SatisFAXtion
  4. Board, be sure the CAS Manager (device driver and memory-resident program)
  5. is loaded prior to running PERFORMER.
  6.  
  7. If you are NOT using a CAS-Compliant Fax Modem, please set up the FAXSEND.BAT
  8. batch file so that PERFORMER can run your fax program.  Two parameters,
  9. <FileName> and <FaxNumber>, will be passed to FAXSEND.BAT as follows:
  10.                FAXSEND <FileName> <FaxNumber>
  11.  
  12. For instance, if you are using BitFAX and it is installed in the C:\BITFAX
  13. directory, FAXSEND.BAT should contain the following commands:
  14.                C:
  15.                CD\BITFAX
  16.                BITFAX -f%1 -p%2
  17.  
  18. Or if you are using The Complete Communicator and it is installed in the
  19. C:\CC directory, FAXSEND.BAT should contain the following commands:
  20.                C:
  21.                CD\CC
  22.                CCOMSEND %1 %2
  23.                CFAX
  24.