Script Commands and Usage
This section describes the usage and parameter descriptions of all the script commands. The following is the basic format of a script command. These commands can be typed into any text editor. The JGS Script Editor allows you to edit the script values, and inserts commands by double clicking on the command name and icon.
<Command> "parameter" -- where <Command> can be one of the following list of commands. Note that the parameters are inserted automatically by the JGS Script Editor with input by the user. For the correct format for the input, refer to the command description in this section. After you read the command description, press the Back button to return to this screen.
MERGE..
Is there a command to read from a file?
There isn't a command to read from a file but you can write an application (e.g. in Excel VB Script) in which you read to a buffer, then send the buffer to the screen.
There is a sample how to build a VB Script application on our website:
There is a sample how to build a VB Script application on our website:
https://jollygiant.com/support/faqs/ (scroll down the the section on automation).