VISULOX 4 Documentation

How to control script objects from the command line


Overview

The command line tool "VISULOX addon script" allows to control VISULOX shell scripts
for Command Guard and RDP files used in a vlxshell application.


Usage

The following subcommands are available:

Command

Description

list

List and print shell scripts.

add

Add a shell script.

edit

Modify fields of a shell script.

delete

Remove a shell script.

Shell script elements (edit)

Element

Description

-name<>

Name of the script entry in the database <>

-category <>

Script category rdp / guard. Default value: rdp

-mode <>

Script enabled / disabled. Default value: on.

-script <>

Path to a readable existing script file "<>arg1 arg2 arg3"

-grant <>

Set granted user in database record <>

Examples


visulox addon script list

    -------------
    | basicname |
    -------------
    |    Check1 |
    |    Check2 |
    -------------


visulox addon script add -name Check3 -category guard -script /tmp/test3


visulox addon script add -name RDP -category rdp -script /tmp/testfile.rdp


visulox addon script edit -name Check3 -category guard -mode off -script /tmp/test4


visulox addon script delete -name Check3