Toggle theme
Directory Opus Manual
User Tools
Toggle theme
Log In
Site Tools
Search
You are here:
Introduction
»
Scripting
»
Example Scripts
Sidebar
Copyrights
Licenses
Acknowledgements
Introduction
Basic Concepts
File Operations
FTP
Additional Functionality
Preferences
Customize
File Types
Scripting
Rename Scripts
Script Functions
Script Add-ins
Script Management
Script Editor
Script Dialogs
Resources
Script Log
Example Scripts
Example Rename Script
Simple Script Function
Adding a new Internal Command
Adding a new Column
Adding a new Column from Shell Properties
Extending the FAYT Field
Simple Dialogs and Popup Menus
Script Dialog Example
Responding to Events
Evaluator
Reference
New In Directory Opus 13
scripting:example_scripts
Example Scripts
The following are several example scripts:
Example Rename Script
: An example of a
rename script
that adds the resolution of images to the filename.
Simple Script Function
: A simple
script function
that displays the name of the largest file in the current folder.
Adding a new Internal Command
: A
script add-in
that adds an enhanced GetSizes command to Opus.
Extending the FAYT Field
: A
script add-in
that extends the
Find-as-you-type Field
.
Adding a new Column
: A
script add-in
that adds an
Is Modified?
column to Opus.
Dialogs and Popup Menus
: Example showing how to display simple dialogs and popup menus from a script.
Responding to Events
: An example script add-in that responds to several events.