home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / COMMANDS.PRN < prev    next >
Encoding:
Text File  |  1991-12-08  |  38.0 KB  |  855 lines

  1.  
  2.  
  3.  
  4.           December 8, 1991                UUPC/extended 1.11q Command Reference
  5.  
  6.  
  7.  
  8.           Table of Contents          Table of Contents          Table of Contents
  9.  
  10.  
  11.           Table of Contents.............................................1
  12.  
  13.           Revision......................................................2
  14.  
  15.           Overview......................................................2
  16.  
  17.           Command Syntax................................................2
  18.  
  19.           UUPC/extended Command Descriptions............................2
  20.  
  21.                FMT......................................................2
  22.                GENSIG...................................................3
  23.  
  24.                MAIL.....................................................3
  25.                NOVRSTRK.................................................5
  26.  
  27.                RMAIL....................................................5
  28.                     RFC-822 Mode........................................6
  29.                     Stand alone Mode....................................7
  30.                     UNIX RMAIL Emulation Mode...........................8
  31.                RNEWS....................................................8
  32.  
  33.                UUCICO...................................................8
  34.                UUIO.....................................................10
  35.  
  36.                UUCP.....................................................10
  37.                UUPOLL...................................................11
  38.  
  39.                UUSTAT...................................................12
  40.                UUSUB....................................................13
  41.  
  42.                UUX......................................................13
  43.                UUXQT....................................................13
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                                         - 1 -
  63.  
  64.  
  65.           December 8, 1991                UUPC/extended 1.11q Command Reference
  66.  
  67.  
  68.  
  69.           Revision          Revision          Revision
  70.  
  71.           This document applies to version 1.11q of UUPC/extended, and was
  72.           last updated on November 22, 1991 by Drew Derbyshire.
  73.  
  74.  
  75.           Overview          Overview          Overview
  76.  
  77.           This document describes the syntax of the commands supplied with
  78.           UUPC/extended.  It assumes you have installed the programs and
  79.           configured them as described in INSTALL.PRN, and that you have
  80.           access to the Nutshell Handbook Using UUCP and Usenet.
  81.  
  82.           Additional documentation for the MAIL command is in the file
  83.           MAIL.PRN, and additional information on the UUSTAT command is in
  84.           the file UUSTAT.PRN.
  85.  
  86.  
  87.           Command Syntax          Command Syntax          Command Syntax
  88.  
  89.           To obtain the syntax of the various command line options, enter
  90.           the command name followed by '-?'; for example:
  91.  
  92.                FMT-?           UUCICO -?       UUSTAT -?       UUX -?
  93.                GENSIG -?       UUPOLL-?        UUSUB -?        UUXQT -?
  94.                MAIL -?         UUCP -?
  95.  
  96.  
  97.               Note:              Note:              Note: For a listing of the commands available when reading
  98.                     mail, see the file MAIL.HLP in the configuration
  99.                     directory; for commands available when sending mail,
  100.                     see the file TILDE.HLP in the configuration directory.
  101.  
  102.  
  103.           UUPC/extended          UUPC/extended          UUPC/extended Command Descriptions                        Command Descriptions                        Command Descriptions
  104.  
  105.               Note:              Note:              Note: These are general instructions, and you may require
  106.                     additional assistance if you have never used a UNIX-
  107.                     like mail system before.
  108.  
  109.           Descriptions of the commands supplied as part of UUPC/extended
  110.           follow in alphabetical order.
  111.  
  112.  
  113.           FMT          FMT          FMT
  114.  
  115.           FMT is used as a simple paragraph formatter when entering mail in
  116.           line mode.  It effectively removes all carriage returns from
  117.           within a paragraph and then writes the paragraph out in lines as
  118.           close as possible to 72 characters in length without going over.
  119.           Paragraphs are separated by blank lines in the input file and
  120.           output files.
  121.  
  122.  
  123.                                         - 2 -
  124.  
  125.  
  126.           December 8, 1991                UUPC/extended 1.11q Command Reference
  127.  
  128.  
  129.               Note:              Note:              Note: If the first word on a new line is longer than the
  130.                     maximum line length, it is written by itself on the
  131.                     line.  It is not truncated.
  132.  
  133.           The command syntax is:
  134.  
  135.                FMT  [-#] [input-file [output-file]]
  136.  
  137.           The optional flag -#, where "#" is a number greater than or equal
  138.           to 0, overrides the default maximum length of 72 characters per
  139.           line.  The default the input and output files are the console.
  140.  
  141.           To format the all the text you have typed in from line mode, use
  142.           it as a pipe at the question mark (?) prompt while sending mail:
  143.  
  144.                ~|FMT
  145.  
  146.  
  147.           GENSIG          GENSIG          GENSIG
  148.  
  149.           GENSIG reads a standard signature file and appends random text
  150.           selected from a second file, writing the combined data to a third
  151.           file.  The format of the command is:
  152.  
  153.                GENSIG fixed.inp variable.inp merged.out
  154.  
  155.           Where "fixed.inp" is the fixed portion of the signature file
  156.           containing your name and address, "variable.inp" is a file which
  157.           begins which a delimiter line followed by quotes or other text
  158.           separated by additional delimiter lines.  For example, the
  159.           variable input file might look like this:
  160.  
  161.                **
  162.                The above is a delimiter line.
  163.                **
  164.                Free the Intel 386!
  165.                **
  166.                "UUCP/extended" is "system crash" spelled sideways.
  167.                **
  168.                Don't quote me!
  169.  
  170.           The file "merged.out" will contain the entire text of the
  171.           "fixed.inp" file followed by one delimited text block from
  172.           "variable.inp".  If you use this to generate a signature file,
  173.           then your PERSONAL.RC should reference the file "merged.out"  as
  174.           your signature file.
  175.  
  176.               Note:              Note:              Note: To generate fresh quotes, this program should be run
  177.                     from your AUTOEXEC.BAT or other regularly run batch
  178.                     file.
  179.  
  180.           MAIL          MAIL          MAIL
  181.  
  182.  
  183.  
  184.                                         - 3 -
  185.  
  186.  
  187.           December 8, 1991                UUPC/extended 1.11q Command Reference
  188.  
  189.  
  190.           To send mail, with the body of the message being typed in from
  191.           the PC keyboard:
  192.  
  193.                MAIL -s "the subject" address1 address2 ...
  194.  
  195.           Where "the subject" is the topic of the message, enclosed in
  196.           quotes; if the subject is omitted, then the '-s' flag should be
  197.           omitted as well.  Addresses are in the form user@node, node!user,
  198.           localuser, or nick,  where nick is a nickname in your aliases.txt
  199.           file.  The flags '-c' and '-b' may also be inserted between
  200.           addresses; all addresses after '-c' are sent as Carbon copies,
  201.           and addresses following '-b' are Blind Carbon copies (and not
  202.           displayed in the header of the message).   Thus, a valid mail
  203.           command may be:
  204.  
  205.                mail -s "Chocolate" snuffles@pandora.kew.com
  206.  
  207.           The mail program will then prompt you for the message1 to be
  208.           sent.
  209.  
  210.               Note:              Note:              Note: ~? may be entered for available commands when entering
  211.                     the mail.
  212.  
  213.               Note:              Note:              Note: This only queues the mail for sending if it is going to
  214.                     another system connected via a modem; UUCICO (below)
  215.                     must be invoked to actually transfer the mail to the
  216.                     other system.
  217.  
  218.           To send mail which already exists in a text file, the procedure
  219.           is as above, but the standard syntax for MS-DOS file redirection
  220.           is added to the end of the command line:
  221.  
  222.                MAIL -s "the subject" address1 address2 < filename
  223.  
  224.               Note:              Note:              Note: Do not send binary files using the MAIL command.  Use
  225.                     the UUCP command for transferring binary files to
  226.                     directly connected systems, and use a program such as
  227.                     UUENCODE (not supplied) to convert a binary file to
  228.                     printable characters mailing to distant systems.
  229.  
  230.           To read your new mail, enter the command:
  231.  
  232.                MAIL
  233.  
  234.           If you do not have a mailbox or the mailbox is empty, MAIL will
  235.           report this fact and exit.  If you have mail, the program will
  236.           scan the mailbox, display the subjects of all the messages, and
  237.           then prompt you with the message number you are on and a question
  238.           mark (?).  For a list of commands within MAIL, enter a question
  239.           mark at the prompt (?); to exit MAIL, enter 'q' at the prompt.
  240.  
  241.           To read mail saved in a file in other than your mailbox, enter:
  242.  
  243.  
  244.  
  245.                                         - 4 -
  246.  
  247.  
  248.           December 8, 1991                UUPC/extended 1.11q Command Reference
  249.  
  250.  
  251.                MAIL -f filename
  252.  
  253.           Where filename is the file to be processed for mail.  This may be
  254.           the file you specified to store outgoing mail in, or mail you
  255.           saved into another file when reading your new mail.
  256.  
  257.               Note:              Note:              Note:  When reading or saving mail, use of the tilde slash
  258.                     combination (~/) in front of a file name directs MAIL
  259.                     to look for the specified file in your home directory,
  260.                     the path of which was specified in your PERSONAL.RC
  261.                     file.
  262.  
  263.               Note:              Note:              Note: For additional information on MAIL, including the
  264.                     command line flags and available subcommands, see the
  265.                     MAIL.PRN file.
  266.  
  267.  
  268.           NOVRSTRK          NOVRSTRK          NOVRSTRK
  269.  
  270.           NOVRSTRK is used to strip overstrikes from files to allow viewing
  271.           on a terminal.  If used to display the UUPC/extended
  272.           documentation, it will drop the overstrikes created by back
  273.           spaces which are used to create bold and underscored text on a
  274.           printer.   The syntax of NOVRSTRK is:
  275.  
  276.                NOVRSTRK  [input-file [output-file]]
  277.  
  278.           The default input and output files are the console.
  279.  
  280.           RMAIL          RMAIL          RMAIL
  281.  
  282.           RMAIL is the Mail Delivery Agent (MDA) for UUPC/extended; that
  283.           is, other programs such as MAIL and UUXQT pass it mail for
  284.           delivery on standard input (STDIN), and RMAIL the handles actual
  285.           writing to local mailboxes and/or queuing for remote systems.
  286.           RMAIL is designed to only be invoked from other programs, and as
  287.           such, end-users should never have to invoke RMAIL.  The following
  288.           information is included primarily for those who need to invoke
  289.           RMAIL from a another program, such as an external news reader.
  290.  
  291.           RMAIL operates in one of three modes:
  292.  
  293.                As an RFC-822 parsing back-end to the MAIL user agent
  294.                program
  295.                As a stand alone mailer for utility programs such as UUXQT
  296.                As substiute for the UNIX RMAIL program invoked by UUXQT for
  297.                remote mail delivery
  298.  
  299.           These three operating modes are described below.
  300.  
  301.           The general syntax of RMAIL is as follows:
  302.  
  303.           RMAIL     [[-f|-F] filename] [-x debug] address(es)
  304.  
  305.  
  306.                                         - 5 -
  307.  
  308.  
  309.           December 8, 1991                UUPC/extended 1.11q Command Reference
  310.  
  311.  
  312.           RMAIL     [[-f|-F] filename] [-x debug] [-s subject] -w
  313.           address(es) [-c address(es)] [[-b address(es)]
  314.           RMAIL     [[-f|-F] filename] [-x debug] -t
  315.  
  316.           Where:
  317.  
  318.             -b address(es)    Specifies optional blind carbon copy
  319.                       address(es).  Must follow all other flags and
  320.                       addresses; used only with -w flag.
  321.  
  322.             -c address(es)    Specifies optional carbon copy address(es).
  323.                       Must follow all other flags and addresses except
  324.                       for the -b flags and its associated addresses.
  325.  
  326.             -f filename  Specifies the following file name is to be used
  327.                       in place of standard input
  328.  
  329.             -F filename  Specifies the following file name is to be used
  330.                       in place of standard input; the file is to be
  331.                       deleted after use.
  332.  
  333.             -s subject   Optional subject; used with and implies the -w
  334.                       flag.
  335.  
  336.             -t        Enables RFC-822 header parsing mode.
  337.  
  338.             -w        Enable stand-alone mailer mode.
  339.  
  340.             -x debug  Display debug messages at or below level "debug".
  341.                       The default value is 1; the option may set to 0 for
  342.                       unattended production use, or as high 20 for
  343.                       detailed debugging.
  344.  
  345.             address(es)  One or more addresses the mail is to delivered
  346.                       to.  Not used with -t flag; required for othe
  347.                       modes.
  348.  
  349.             RFC-822 Mode            RFC-822 Mode            RFC-822 Mode
  350.  
  351.           In RFC-822 mode, RMAIL is invoked with the (-t                                                      -t                                                      -t) flag, which
  352.           directs RMAIL to determine the addresses by parsing the mail's
  353.           RFC-822 header.  This mode is designed to act the back-end  to a
  354.           program such as MAIL which generates a the RFC-822 header and
  355.           passes the mail to RMAIL for both local and remote delivery.
  356.           RMAIL reads the header, validates the From:                                                From:                                                From: address, generates
  357.           generates a a UUCP From                             From                             From line, RFC-822 Message-ID:                                                Message-ID:                                                Message-ID: and Received:                                                                Received:                                                                Received:
  358.           lines, and delivers mail to each address included in  the To:                                                                    To:                                                                    To:,
  359.           Cc:          Cc:          Cc:, and Bcc:                   Bcc:                   Bcc: headers.  The Bcc:                                      Bcc:                                      Bcc: header, if any, is read for its
  360.           addresses but not copied; other all header lines are copied as-
  361.           is.
  362.  
  363.               Note:              Note:              Note: When an RFC-822 header prefixed by Resent-                                                       Resent-                                                       Resent- is found,
  364.                     only the Resent-                             Resent-                             Resent- headers are used; the original headers
  365.                     are copied but otherwise ignored.  In this case, the
  366.  
  367.                                         - 6 -
  368.  
  369.  
  370.           December 8, 1991                UUPC/extended 1.11q Command Reference
  371.  
  372.  
  373.                     preceding description applies to the Resent-                                                         Resent-                                                         Resent- headers;
  374.                     the original headers are copied without being examined.
  375.  
  376.           The RFC-822 header read by RMAIL is subject to the following
  377.           restrictions:
  378.  
  379.                All Resent-                   Resent-                   Resent- headers, if any, must precede the original
  380.                headers.
  381.  
  382.                The From:                   From:                   From: header must precede the To:                                                 To:                                                 To: header.
  383.  
  384.               Note:              Note:              Note: If the address in the From:                                          From:                                          From: header does not match the
  385.                     address of the user defined in the UUPC.RC and/or
  386.                     PERSONAL.RC files, a Sender:                                         Sender:                                         Sender: line is generated with
  387.                     correct address.
  388.  
  389.                The To:                   To:                   To:, Cc:                        Cc:                        Cc:, and Bcc:                                 Bcc:                                 Bcc: headers must be together in the
  390.                listed order.  Each address in these headers must begin on a
  391.                new line and be less than 512 bytes long.
  392.  
  393.             Stand alone Mode            Stand alone Mode            Stand alone Mode
  394.  
  395.           In stand alone mode, RMAIL is invoked with the (-w                                                          -w                                                          -w) flag to
  396.           process mail without an existing RFC-822 header; this allows
  397.           bypassing the Mail User Agent (MAIL) for specialized applications
  398.           such as mail generated by another program.  This mail is subject
  399.           to the following restrictions:
  400.  
  401.                Mail is not logged in the user's outgoing mailbox
  402.  
  403.                The user's signature file is not appended to the mail
  404.  
  405.                Aliases are not expanded
  406.  
  407.                All addresses plus the subject (if any) must fit on the MS-
  408.                DOS or OS/2 command line
  409.  
  410.           The following services are performed by RMAIL in stand alone
  411.           mode:
  412.  
  413.                A UUCP From                      From                      From line is generated.
  414.  
  415.                A valid RFC-822 header is generated  with Received:                                                         Received:                                                         Received:, Date:                                                                    Date:                                                                    Date:,
  416.                Message-ID:               Message-ID:               Message-ID:, From:                            From:                            From:, and To:                                       To:                                       To: lines.  In addition, Subject:                                                                Subject:                                                                Subject:
  417.                and Cc:                   Cc:                   Cc: lines as required if the Subject (-s                                                         -s                                                         -s) and/or Carbon
  418.                Copy (-c                     -c                     -c) are specified.
  419.  
  420.                The generated RFC-822 header also includes a From:                                                             From:                                                             From: user id
  421.                derived by the MS-DOS or OS/2 environment variable LOGNAME                                                                  LOGNAME                                                                  LOGNAME2,
  422.                if defined; otherwise the default current user is used.
  423.                When LOGNAME                     LOGNAME                     LOGNAME is defined the real name of the user will be
  424.                taken from the UUPC/extended PASSWD file if available, or a
  425.                dummy name.3
  426.  
  427.  
  428.                                         - 7 -
  429.  
  430.  
  431.           December 8, 1991                UUPC/extended 1.11q Command Reference
  432.  
  433.  
  434.                Mail is queued for the addresses on the command line,
  435.                including primary addresses, carbon copied addresses, and
  436.                blind carbon coped addresses.  As with RFC-822 mode, the
  437.                output of RMAIL in stand alone mode does not include any
  438.                reference to blind carbon copy users in the actual mail
  439.                header.
  440.  
  441.             UNIX RMAIL Emulation Mode            UNIX RMAIL Emulation Mode            UNIX RMAIL Emulation Mode
  442.  
  443.           In UNIX RMAIL emulation mode, the following processing takes
  444.           place:
  445.  
  446.                Mail is read in to a temporary file; the UUCP From                                                              From                                                              From line,
  447.                which is the first line in the file, is parsed and stripped
  448.                from the mail.  No other mail headers are examined.
  449.  
  450.                Mail is delivered to each local user on the command line
  451.                with a UUCP From                            From                            From line generated from the system name(s)
  452.                parsed from the incoming From                                        From                                        From line.
  453.  
  454.                Mail is delivered to all other users on the command line
  455.                with a UUCP From                           From                           From line generated from the system name(s)
  456.                parsed from the incoming From                                        From                                        From line with the system name
  457.                UUXQT received the mail from prefixed to the list unless it
  458.                is already the first system in the list.
  459.  
  460.               Note:              Note:              Note: UUXQT normally passes the incomng system name in the
  461.                     UU_MACHINE                    UU_MACHINE                    UU_MACHINE environment variable; if this is not set,
  462.                     the incoming system name is taken from the "remote from
  463.                     system" portion of the From                                           From                                           From line.  If this data is also
  464.                     mising or invalid, the incoming system name is
  465.                     generated as being from the local system and user id
  466.                     /dev/null.4
  467.  
  468.  
  469.           RNEWS          RNEWS          RNEWS
  470.  
  471.           The RNEWS command is a dummy command supplied with UUPC/extended
  472.           to write news articles or batches to the news directory defined
  473.           in the UUPC.RC configuration file.  It does not uncompress or
  474.           unbatch news, nor does it organize the news by subject matter.
  475.           It is intended only to keep news to the local system from being
  476.           lost.
  477.  
  478.               Note:              Note:              Note: A full suite of news programs is under development, but
  479.                     are not available at this time.  Queries about news
  480.                     should be directed to uupc-news@kew.com.
  481.  
  482.           UUCICO          UUCICO          UUCICO
  483.  
  484.           UUCICO performs actual exchange of files with other systems.
  485.           Normally, UUCICO is invoked from either UUPOLL or UUIO.BAT;
  486.           however, the program can also be invoked directly.  To make call
  487.  
  488.  
  489.                                         - 8 -
  490.  
  491.  
  492.           December 8, 1991                UUPC/extended 1.11q Command Reference
  493.  
  494.  
  495.           UUCICO all connected systems to deliver and pickup remote mail
  496.           and files:
  497.  
  498.                UUCICO -s all
  499.  
  500.           This directs UUCICO poll all the systems listed in the SYSTEMS
  501.           file.
  502.  
  503.           To make UUCICO wait for an incoming call:
  504.  
  505.                BREAK ON
  506.                UUCICO -r 0
  507.  
  508.           UUCICO will wait for a successful telephone call, and exit upon
  509.           completion; UUCICO may be terminated by entering Cntrl-Break from
  510.           the keyboard.5
  511.  
  512.           The full list of options supported by UUCICO is as follows:
  513.  
  514.             -r 0      Slave Role: initializes the modem and wait for the
  515.                       telephone to ring with an incoming call; the caller
  516.                       will be presented with a UNIX style login prompt.
  517.                       This option is modified by the -u, -w, -x, and -z
  518.                       options.
  519.  
  520.             -r 1      Master Role: actively poll (call out) to the system
  521.                       defined by the -s option.  This option is the
  522.                       default, and is modified by the -n and -s options.
  523.  
  524.             -n        Call now flag:  when specified, UUCICO ignores the
  525.                       time fields defined in the SYSTEM file when
  526.                       determining if a system should be called, and
  527.                       treates all systems as if they were defined with a
  528.                       time of "any".
  529.  
  530.             -s sysname   System name to call.  Default is to call "any",
  531.                       which is any system the local system has work
  532.                       queued for.  Sysname may also be specified as
  533.                       "all", which requests all systems listed in the
  534.                       systems file be called, or the name of any system
  535.                       listed the systems file.  This option is ignored
  536.                       when -r 0 is specified.
  537.  
  538.             -u when   Passively poll (wait for the telephone to ring)
  539.                       until time "when", where "when" is a valid time in
  540.                       the format used by the SYSTEMS file to define a
  541.                       system call be called out to.  The default is to
  542.                       wait for the telephone ring forever.  This operand
  543.                       is primarily for use by the UUPOLL program.  This
  544.                       option is ignored when -r 1 is specified or
  545.                       defaulted.
  546.  
  547.  
  548.  
  549.  
  550.                                         - 9 -
  551.  
  552.  
  553.           December 8, 1991                UUPC/extended 1.11q Command Reference
  554.  
  555.  
  556.             -w who    Begin processing in slave mode as if user "who" had
  557.                       just logged in.  This option is for use when
  558.                       another program has answered the modem and
  559.                       validated the user id.  This option implies the -r
  560.                       0 option and is modified by the -z option.
  561.  
  562.             -x debug  Display debug messages at or below level "debug".
  563.                       The default value is 1; the option may set to 0 for
  564.                       unattended production use, or as high 20 for
  565.                       detailed debugging.
  566.  
  567.               Note:              Note:              Note: Use of debug level 5 or higher for extended periods of
  568.                     time may fill rapidly fill your hard disk with
  569.                     debugging output, and should be used sparingly.
  570.  
  571.             -z bps    Set modem speed to "bps" bits per second when used
  572.                       with -w option.  The default speed is the speed
  573.                       listed in the modem definition file defined in the
  574.                       UUPC.RC variable InModem.  This option is ignored
  575.                       if -w is not specified.
  576.  
  577.  
  578.           UUIO          UUIO          UUIO
  579.  
  580.           UUIO is a batch file which executes UUCICO followed by UUXQT; it
  581.           also renames the UUCICO logs, aging them through five cycles and
  582.           deleting the oldest log.  All UUIO command line arguments are
  583.           passed to UUCICO; no arguments are passed to UUXQT.
  584.  
  585.               Note:              Note:              Note: If the default spool directory name (C:\lib\uupc\spool)
  586.                     is not used in the UUPC.RC file, you must edit UUIO to
  587.                     refer to the actual spool directory name.
  588.  
  589.           See the description of UUCICO above for a description of the
  590.                     command line arguments.
  591.  
  592.           UUCP          UUCP          UUCP
  593.  
  594.           UUCP queues binary or text files for transfer between two
  595.           directly connected systems.  The basic UUCP command syntax is:
  596.  
  597.                UUCP file1 system!file2       or
  598.                UUCP system!file3 file4
  599.  
  600.           The first example copies a local file (file1) to a remote host
  601.           (system) as file2, the second example copies a file (file3) on a
  602.           remote host (system) to the local file 4.  Filenames may be
  603.           specified as an absolute path name, relative to a user's home
  604.           directory (~user/file), or relative path to the UUCP public
  605.           directory (~/name).
  606.  
  607.               Note:              Note:              Note: On most systems, access will be severely restricted.
  608.                     Check with a user or system administrator on the remote
  609.  
  610.  
  611.                                        - 10 -
  612.  
  613.  
  614.           December 8, 1991                UUPC/extended 1.11q Command Reference
  615.  
  616.  
  617.                     system before transferring files to possibly restricted
  618.                     locations.
  619.  
  620.           For additional information on the UUCP command, see chapter 2 of
  621.           Using UUCP and Usenet.
  622.  
  623.  
  624.           UUPOLL          UUPOLL          UUPOLL
  625.  
  626.           UUPOLL allows unattended operation of the PC, automatically
  627.           running UUCICO on a timed basis.  Each time UUPOLL invokes
  628.           UUCICO, it also automatically runs UUXQT to process any files
  629.           received by UUCICO.
  630.  
  631.           To use UUPOLL to have UUCICO call out on a regular basis:
  632.  
  633.                UUPOLL -f 0240 -i 0600
  634.  
  635.           This will cause UUCICO to call out at 2:40 A.M. and every six
  636.           hours thereafter until the user presses Cntrl-Break.  Both flags
  637.           are specified as hhmm (hours and minutes).
  638.  
  639.           To use UUPOLL to have UUCICO call out on a regular basis, and
  640.           automatically answer the telephone between outgoing calls:
  641.  
  642.                UUPOLL -f 0240 -i 0600 -r 0
  643.  
  644.           This will cause UUCICO to call out at 2:40 A.M. and every six
  645.           hours thereafter until the user presses Cntrl-Break, and in
  646.           addition UUCICO will be invoked in passive mode to answer the
  647.           telephone between outgoing calls.
  648.  
  649.           The full list of operands allowed by UUPOLL are as follows:
  650.  
  651.             -a hhmm   Automatically actively poll system "any" after each
  652.                       successful incoming poll if hhmm seconds have
  653.                       passed since last active poll.  This allows mail
  654.                       delivered by incoming systems to be automatically
  655.                       forwarded to systems the local system is allowed to
  656.                       call out to.  The delay time may be specified  as
  657.                       0, in which case UUCICO will actively poll system
  658.                       "any" after every successful incoming telephone
  659.                       call.  This option has no effect if -r 0 is not
  660.                       specified.
  661.  
  662.             -d hhmm   Duration of polling in hours and minutes, after
  663.                       which UUPOLL exits.  Default is poll until the user
  664.                       presses Cntrl-Break.
  665.  
  666.             -f hhmm   First time to poll in hours and minutes.  Default
  667.                       is to not actively poll unless the user specifies
  668.                       an interval via -i, in which case the default is
  669.                       the current time plus the interval.
  670.  
  671.  
  672.                                        - 11 -
  673.  
  674.  
  675.           December 8, 1991                UUPC/extended 1.11q Command Reference
  676.  
  677.  
  678.               Note:              Note:              Note: UUPOLL automatically determines when it is later than
  679.                     the specified first poll time and selects the available
  680.                     next time to poll.  If it desired for UUPOLL to poll 24
  681.                     hours a day, then the first poll time should be
  682.                     specified as to midnight as possible.
  683.  
  684.                     If, for example, the system is to poll at 6:13 AM, 2:13
  685.                     PM, and 10:13 PM, UUPOLL must be invoked with:
  686.  
  687.                               UUPOLL -i 0800 -f 0613
  688.  
  689.                     Even if it is after 6:13 AM.
  690.  
  691.             -i hhmm   Interval to poll in hours and minutes.  Default is
  692.                       0400 (4 hours) if -f is specified.
  693.  
  694.             -r 0      Directs UUCICO to answer telephone between active
  695.                       polls.  Default is to not answer the telephone.
  696.  
  697.             -r 1      Directs UUCICO not to answer the telephone, but to
  698.                       actively poll after the interval specified with -i.
  699.  
  700.             -s system System name to poll.  Default is "all" followed by
  701.                       "any", which cannot be explicit specified.
  702.  
  703.             -x n      Debug level passed to UUCICO and UUXQT.  Default is
  704.                       1.
  705.  
  706.               Note:              Note:              Note: Either -r, -i, or -f must be specified.
  707.  
  708.               Note:              Note:              Note: For additional information on the -s, -x, and -r
  709.                     options, see the description of UUCICO, above.
  710.  
  711.               Note:              Note:              Note: If you specify both the -r 0 and either the -f or -i
  712.                     options, the effect is to have UUCICO invoked to answer
  713.                     the telephone between the active polls defined by the -
  714.                     f or -i options.
  715.  
  716.  
  717.           UUSTAT          UUSTAT          UUSTAT
  718.  
  719.           UUSTAT reports information on the jobs queued for another system;
  720.           it can output detailed or summary information for one or all
  721.           systems directtly connected to the local host.  UUSTAT is fully
  722.           documented in the file UUSTAT.PRN; a summary of its operands is
  723.           follows.
  724.  
  725.           To display all jobs queued for the current user:
  726.  
  727.                UUSTAT
  728.  
  729.           To display all jobs queued by all users:
  730.  
  731.                UUSTAT -a
  732.  
  733.                                        - 12 -
  734.  
  735.  
  736.           December 8, 1991                UUPC/extended 1.11q Command Reference
  737.  
  738.  
  739.           To display the number of jobs queued for all remote systems,
  740.           their last connection time,  and the age of the oldest job
  741.           queued:
  742.  
  743.                UUSTAT -q
  744.  
  745.           To display the status of all remote systems and their last
  746.           connection time:
  747.  
  748.                UUSTAT -m
  749.  
  750.  
  751.           UUSUB          UUSUB          UUSUB
  752.  
  753.           UUSUB reports statistics on the data transmitted between the
  754.           local and remote systems since the last time the file HOSTATUS in
  755.           the UUPC/extended spooling directory was created.  UUSUB is
  756.           invoked with no operands to report these statistics:
  757.  
  758.                UUSUB
  759.  
  760.               Note:              Note:              Note: The summaries can be reset by erasing the HOSTATUS file
  761.                     from the spool directory.
  762.  
  763.           UUX          UUX          UUX
  764.  
  765.           The UUX command queues commands for execution on remote systems.
  766.           It used by other facilities, such as news functions and the UUCP
  767.           command, to handle processing more complex than simple file
  768.           transfers.
  769.  
  770.           The UUX command is still under development.  It's use is
  771.           discouraged at this time.
  772.  
  773.  
  774.           UUXQT          UUXQT          UUXQT
  775.  
  776.           UUXQT must be executed to process remote files after UUCICO has
  777.           received these files from a remote host.  It normally is invoked
  778.           with no operands:
  779.  
  780.                UUXQT
  781.  
  782.           This will automatically process all eXecute files in the local
  783.           spool queues with the default debugging level in effect.
  784.  
  785.           UUXQT supports the following command line options:
  786.  
  787.             -s sysname   Process work only for work "sysname".  The
  788.                       default is system "all", which processes work for
  789.                       all known systems.
  790.  
  791.             -x debug  Display debug messages at or below level "debug".
  792.                       The default value is 1; the option may set to 0 for
  793.  
  794.                                        - 13 -
  795.  
  796.  
  797.           December 8, 1991                UUPC/extended 1.11q Command Reference
  798.  
  799.  
  800.                       unattended production use, or as high 20 for
  801.                       detailed debugging.
  802.  
  803.           To automatically execute UUXQT every time UUCICO is run, use
  804.           UUPOLL or UUIO.
  805.  
  806.                               
  807.  
  808.           1This is a sample only.  Snuffles, proofreading this, announced
  809.           quite firmly that she does not want a message about Chocolate,
  810.           she wants the real thing.  She also pointed out that she reads
  811.           her mail on kendra, not on pandora.
  812.  
  813.           2Note that this is not                             not                             not a UUPC.RC or PERSONAL.RC variable.
  814.  
  815.           3"Postmaster" is used the user id defined as Postmaster in
  816.           UUPC.RC and for the address POSTMASTER, "UNIX-to-UNIX Copy" for
  817.           the userid UUCP.  For all other undefined addresses, the rel name
  818.           is set to the same value as the userid itself.
  819.  
  820.           4This behavior is based on the similar behavior of the BSD
  821.           sendmail program.  Why it does it is beyond the scope of this
  822.           document (or most human understanding).
  823.  
  824.           5The BREAK ON command is required to insure that MS-DOS polls the
  825.           keyboard for the Cntrl-Break sequence; otherwise, you may have to
  826.           reboot your system to terminate UUCICO.  BREAK ON is always
  827.           enabled under OS/2.
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.                                        - 14 -