Command:Module
From Lavish Software Wiki
Contents |
[edit]
Syntax
| Module | |
| Usage | Newbie |
| Level of Understanding | Newbie |
| Computer Savvy | Newbie |
| Logic | Newbie |
Module -list|-add <name>|-remove <name>|-require <name>
[edit]
Description
Lists, adds, removes, or requires a given LavishScript module. The -require switch is used in scripts to indicate that the script cannot run without a given module. If the module is required, and is not loaded, and cannot be, the script will end with an error.
[edit]
Examples
- Module -list
- Module -add Winamp
- Module -remove Winamp
- Module -require Winamp
[edit]
