home *** CD-ROM | disk | FTP | other *** search
- .KEY INFILE/A,DESTINATION/A
- .BRA {
- .KET }
-
- ;# Transmit batch to {DESTINATION}.
- ;# Unfortunately amiga's uux lacks the following parameters :
- ;# -r for no immediate call, -gd to specify grade of traffic as fairly low.
- ;# You may want to add -z to suppress return of
- ;# exit-status-0 report, depending on what uucp you run.
-
- ; My uux knows about `-gGrade', and soon it knows about `-z' also =:->
- ; Furthermore, it sets the username to `news' or `mail' if the remote cmd
- ; is `*news' or `rmail' (or `*smtp'), respectively. If `-g' wasn't specified,
- ; it set's the grade, too.
- ; <wusel@straylight.UUCP> Fri, 29 May 1992 18:27:18 +0200
-
- ;uux -z -gN {INFILE} "{DESTINATION}!rnews"
- uux {INFILE} "{DESTINATION}!rnews"
-
-