Name
BOOTCMDS.SYS -- Commands to Execute at XRPi Startup.
Description
This optional file is read by XRPi when it starts, after
XROUTER.CFG and IPROUTE.SYS.
It is mainly used for
configuration commands that have no keywords in XROUTER.CFG,
such as the GNET and PPP commands.
Format
Format is exactly the same as keyboard-entered commands,
with one command per line.
Lines beginning with '#' or ';'
are ignored, and may be used for comments.
Examples
# This is a comment line
GNET ADDR 131.91.1.1
GNET ROUTE ADD 147.38.1.1 zl2aqy
Notes
Only non-interactive comands can be used in BOOTCMDS.SYS. Any command which normally expects a response from the user will be ignored.
See also
XROUTER.CFG -- Main Configuration File
CRONTAB.SYS -- Events Control File