Command descriptions
TransPort LR User Guide
141
autorun
Configures commands to be automatically run at boot-up. Auto-run commands can be used for tasks
such as starting a Python program, switching configuration files, or scheduling a reboot. You can
configure up to 10 auto-run commands.
Syntax
autorun <1 - 10> <parameter> <value>
Parameters
command
Command to run.
Accepted value is any string up to 100 characters.
Examples
n
autorun 1 command \"python script.py\"
Automatically run a Python program.