home *** CD-ROM | disk | FTP | other *** search
-
- % FUTURE FEATURE
- %
- % ┌───────────────────────────────────────────────────────────────────────────┐
- % │ ░░░░░░░░░░░ T E R M I N A T E F A X S C H E D U L E R ░░░░░░░░░░░░░ │
- % └───────────────────────────────────────────────────────────────────────────┘
- %
- % Instead of having a non-editable file we give you a text file which you
- % can easily append with the dos ECHO command.
- % The fax receive module will check this file every minute and check if any
- % faxes have to be sent. If that is the case, the receive part will exit and
- % send the faxes and then start up the receive part again.
- % You could also control this manually by forcing Terminate to exit with a
- % semaphore file (TER-EXIT.NOW) and then send the faxes with a batchfile.
- %
- % You have these string commands which you can use several times:
- %
- % FromUser Who is the fax from
- % ToUser Who is the fax to
- % Subject What is the subject of the fax
- % Cover Which cover file to use
-
- %
- % The numbers will get prefixes depending on the transfer status:
- %
- % :0: Ok
- % :1: Timeout
- % :2: Userabort
- % :3: VoiceCall
- % :4: DataCall
- % :5: Busy
- % :6: Error
-
- % |─────────── 30 ─────────────|
- FromUser DAN BBS
- % |─── 12 ───|
- Cover COVER.TXT
-
- %
- % You can change these whenever you like. If you want to have blank
- % entries at some point, just have the statement on the line
- %
-
- % |─────────── 30 ─────────────|
- ToUser Sales Department
- % |──────────────── 40 ──────────────────|
- Subject Pricelist for 94-95
-
- %
- % No date/time will send the fax at once
- % The current path is the Terminate path, not the fax path
- %
- % File-to-fax Phonenumber Date Time
- % |───────── complete name ─────────| |──── no spaces ───| (YYMMDD HHMM)
- Sendfax FAX\PRICELST.TXT 4264xxxx 941203 1212
- Sendfax FAX\PRICELST.TXT 4264xxxx
-