System information
Command Line Configuration
PHSETUP Control parameters
The table below lists and defines PHSETUP control parameters.
Parameter
Definition
@path&filename
Create a text file the includes a series of
PHSETUP commands. Use this
parameter with a call to PHSETUP to
run the text file (command line script)
(referred to here as filename), and
process the PHSETUP commands
listed in the text file exactly as if you were
to call them directly from PHSETUP .
If you include lines in the text file that
begin with a semicolon (;), they are
treated as comment lines and are
ignored.
/p
Specify the protocol or a
“protocol|port” pair to use when
connecting to a Host computer for the
purpose of configuring it. For peer-to-peer
connections to a Host computer for the
purpose of configuration, the protocol you
specify connects your local computer to
the Host computer. The entire phrase is
in double quotes. You can use this
command to specify the protocol and port
(other than defaults).
The following examples assign the
standard port in each case:
/pTCP For TCP/IP protocol. No quotes
required.
/pUDP For UDP/IP protocol. No quotes
required.
/pIPX For IPX protocol. No quotes
required.
Use the following syntax to specify the
port:
/p"Protocol_name|Port_numbe
r"
Example:
/p"TCP|5001"
Notice that the vertical bar is required as
a separator for the protocol/port number
pair.