Execute a script
From Proview Wiki
In Proview you can use scripts to read csv files and create both the signal, card, channel objects and to connect them.
This can be handy to create the signals in the database so it is not necessary to create them one bye one with the editor.
A script-file can be executed from the command-line with the command:
wtt> @'filename'
Or
Using pwrc (wb_cmd) command : wb_cmd -v MyRootVolumeName @config_from_excel
Example:
You can read about scripts in the Script chapter in Designer's Guide.