Skip to main content
Skip table of contents

Lotus Script Call

You can use designPropEZ within Lotus Script if you wish by doing a command line call to designPropEZ. In the designPropEZ database, you can access the PublicScript script library that contains the default implementation for all the calls required by the database. This library can be modified to fit your specific needs as long as you keep the structure of the BATCH documents, MULTIBATCH documents and Command Line.

The most basic code to call signEZ is :

CODE
Reply% = Shell({designPropEZ.exe "=C:\Program Files\lotus\notes\notes.ini" "" "Ytria\designPropEZ.nsf" -B -M "6241"})


In PublicScript, there is a sub called ShellExt that creates the whole command line for you and do the shell execute.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.