home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / wCNews_1.0.30.lha / bin / viauux < prev   
Encoding:
AmigaDOS Script File  |  1993-02-17  |  738 b   |  20 lines

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