/* ****************************************************************** */ /* Macro to automate ACCFAX faxing from a dedicated PC */ /* The PC connected to the network can periodically check the common */ /* \accfaxwk ACCFAX work directory for jobs to be faxed. */ /* The DO WAIT can be set to any time interval. It can also be set */ /* to a specific time to start. */ LABEL TOPOFMACRO DO WAIT 0:01:00 CHOICE "1. Send and Review fax batches", "1. Send fax batch" FIELD 0, 1, 50 /* No new faxes to send */ SEND [{ACK}] FIELD 10, 1, 0, 111 /* New Jobs */ SEND VISIT 1 [ ] VISIT 2 [{ESC}] FIELD 0, 1, 11 SEND [s] /* SEND faxes */ GOTO TOPOFMACRO