Section 4 Executing RPCGEN
Rev. 1.01 Mar. 17, 2008 Page 9 of 128
REJ10J1822-0101
Section 4 Executing RPCGEN

4.1 Executing RPCGEN

RPCGEN must be executed from the command prompt as follows.
perlΔ-I<rpcgen path>Δ<rpcgen path>\rpcgen.plΔ
<config file>[Δ<option>...](RET)
<rpcgen path> is a path to the directory where RPCGEN has been installed.
<config file> refers to a file describing the specifications of the client and server stubs to be
generated. This file must be created by the user. The standard filename extension for the config
file is “.x”, which must not be omitted when the name is entered in a command line.
After execution of the above command, RPCGEN will generate the C-language source files and
header files for the client and server stubs in accord with the information contained in the config
file.
If <config file> and <option> are omitted, the command syntax will be shown.