home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / 0151ter2.zip / 0151TER2._XE / rar / FAX.EXE / FAXEVENT.TXT < prev    next >
Text File  |  1994-04-11  |  2KB  |  57 lines

  1.  
  2. % FUTURE FEATURE
  3. %
  4. % ┌───────────────────────────────────────────────────────────────────────────┐
  5. % │ ░░░░░░░░░░░  T E R M I N A T E   F A X   S C H E D U L E R  ░░░░░░░░░░░░░ │
  6. % └───────────────────────────────────────────────────────────────────────────┘
  7. %
  8. % Instead of having a non-editable file we give you a text file which you
  9. % can easily append with the dos ECHO command.
  10. % The fax receive module will check this file every minute and check if any
  11. % faxes have to be sent. If that is the case, the receive part will exit and
  12. % send the faxes and then start up the receive part again.
  13. % You could also control this manually by forcing Terminate to exit with a
  14. % semaphore file (TER-EXIT.NOW) and then send the faxes with a batchfile.
  15. %
  16. % You have these string commands which you can use several times:
  17. %
  18. % FromUser         Who is the fax from
  19. % ToUser           Who is the fax to
  20. % Subject          What is the subject of the fax
  21. % Cover            Which cover file to use
  22.  
  23. %
  24. % The numbers will get prefixes depending on the transfer status:
  25. %
  26. % :0: Ok
  27. % :1: Timeout
  28. % :2: Userabort
  29. % :3: VoiceCall
  30. % :4: DataCall
  31. % :5: Busy
  32. % :6: Error
  33.  
  34. %         |─────────── 30 ─────────────|
  35. FromUser  DAN BBS
  36. %         |─── 12 ───|
  37. Cover     COVER.TXT
  38.  
  39. %
  40. % You can change these whenever you like. If you want to have blank
  41. % entries at some point, just have the statement on the line
  42. %
  43.  
  44. %         |─────────── 30 ─────────────|
  45. ToUser    Sales Department
  46. %         |──────────────── 40 ──────────────────|
  47. Subject   Pricelist for 94-95
  48.  
  49. %
  50. % No date/time will send the fax at once
  51. % The current path is the Terminate path, not the fax path
  52. %
  53. %         File-to-fax                         Phonenumber           Date   Time
  54. %         |───────── complete name ─────────| |──── no spaces ───| (YYMMDD HHMM)
  55. Sendfax   FAX\PRICELST.TXT                    4264xxxx              941203 1212
  56. Sendfax   FAX\PRICELST.TXT                    4264xxxx
  57.