Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
designPropEZ / Lotus Script

 

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 :

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.