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.
-
- echo >t:tmp{$$} "Setenv UserName " NOLINE
- getenv >>t:tmp{$$} Username
- SetEnv Username News
- uux {INFILE} "{DESTINATION}!rnews"
- execute t:tmp{$$}
- delete t:tmp{$$}
-