|
By means of a script editor you can edit scripts. You can
create new scripts, save actual scripts to a script list and
change a name of edited script. The script editor can be enabled
from a menu "View->Script Editor" or
button on a toolbar.

In the scriptlist you can enable or disable individual scripts,
create new folders, delete selected scripts or change the
scripts' position. The enabled scripts are processed in the
top-down order. If a folder is on the way then all scripts
in this folder are processed and so on. To enable or disable
the script click on it. To edit the script double-click on
it.

For further details about individual buttons see a tooltip
on the buttons.
Add script's tooltip
You can add individual tooltip for each script in the scriptlist.
First few comment lines in the script are used as a tooltip
for the current script automatically. Comment lines are lines
beginning with REM command or ' character. The tooltips for
folders are added directly from "right-click" menu
or in its label. All characters after '\r' charater are used
as tooltip for folder. Second and next '\r' characters are
displayed as new line in the tooltip.
example:
Rename folder to : "Scripts\rThese are scripts."
"Scripts" will be a new label of current folder.
"These are scripts." will be the tooltip.
|