BadScript

Bad Script Console run Subsystem

Runs one or multiple scripts from source or a serialized scripts.

Required Arguments

Optional Arguments

Examples

Execute the Script MyScript.bs with all default values.

bs run -f MyScript.bs

Execute the Script MyScript.bs with startup arguments.

bs run -f MyScript.bs -a Argument0 Argument1

Execute the Script MyScript.bs with the FileSystem Interface loaded by default.

bs run -f MyScript.bs --interfaces Convert Console Collection FileSystem

Note: When Explicitly specifying the interfaces, the default interfaces need to be specified.


List of all Console Subsystems