home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / sendbatches.lzh / s / viauux < prev    next >
Encoding:
AmigaDOS Script File  |  1991-12-14  |  484 b   |  17 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. echo >t:tmp{$$}    "Setenv UserName " NOLINE
  12. getenv >>t:tmp{$$}    Username
  13. SetEnv Username News
  14. uux    {INFILE}    "{DESTINATION}!rnews"
  15. execute t:tmp{$$}
  16. delete t:tmp{$$}
  17.