Managing applications and programs Manage ScriptBasic applications
Digi TransPort® Routers User Guide
824
Add
Adds the parameter to the list of parameters. Parameters are added consecutively, with each
parameter number referring to the string in the adjacent column.
Run Script
The name of the ScriptBasic script to run. This script must exist in the router’s file system.
Typically, ScriptBasic scripts use the .sb file extension, such as myscript.sb.
Run
Runs the named ScriptBasic script.
Stop
Stops the execution of the ScriptBasic script.
3. Click Apply.
Command line
Command Instance Parameter Values
Equivalent web
parameter
basic 0 string1-
string30
Free-form alphanumeric
text
Parameter
basic 0 n/a kill Stop
bas n/a n/a Name of ScriptBasic
script
Run Script
Examples
To set user parameter 1 to IPv4 address 10.1.1.1, enter:
basi c 0 st r i ng1 10. 1. 1. 1
To execute a script, enter:
bas <myscr i pt . sb>
To kill a running script, enter:
Basi c 0 ki l l