home *** CD-ROM | disk | FTP | other *** search
- failat 99999
- path c2: rexx: uucp: sys:rexxc
- list >t:inbound inbound: quick
-
- c2:search t:inbound fnews#?
- if not warn
- cd dlgconfig:text
- delete fnews.tmp
- delete fido#?.nws
- list >t:head inbound:fnews#? quick nohead lformat="lz x %s%s"
- execute t:head
- list >t:head2 fido???.nws quick nohead lformat="jam:jstrip %s fidonews.txt"
- execute t:head2
- delete fido???.nws
- date >>user:james_mcormond/event.log
- echo >>User:james_Mcormond/event.log "Imported FidoNews"
- list >t:inbound inbound: quick
- endif
-
- echo r12
- c2:search t:inbound r12-diff.a??
- if not warn
- cd mail:nodelist/2
- list >t:head inbound:r12-diff#? quick nohead lformat="pkax -x %s%s"
- execute t:head
- point:parselst -e
- date >>user:james_Mcormond/event.log
- echo >>user:james_mcormond/event.log "Updated R12 nodelist"
- list >t:inbound inbound: quick
- endif
-
- echo node
- c2:search t:inbound nodediff.a??
- if not warn
- changetaskpri -1
- cd mail:nodelist
- list >t:head inbound:nodediff#? quick nohead lformat="pkax -x %s%s"
- execute t:head
- point:traplist
- date >>user:james_mcormond/event.log
- echo >>user:james_mcormond/event.log "Updated Main Nodelist"
- list >t:inbound inbound: quick
- endif
-
- echo tick
- c2:search t:inbound tk??????.tic
- if not warn
- cd mail:
- stack 30000
- fido:skytick tick
- avail flush
- stack 5000
- endif
-
- rx jbundle
- rx jflow
-
- endcli
- ;