Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command line optionDescription

/shutdownsilent
/silent
/noui

Automatically closes any open Notes / Designer / Admin client windows and answers all message boxes so that any open documents are not saved and any dialog boxes are automatically responded to, so that the client can close without any end user interaction. E.g. "Do you want to exit Notes > Yes", "Do you want to replicate > No", "Do you want to save > No", and similar. All messageboxes are responded to independent of language.
/shutdown
/ui
Automatically sends a close message (similar to ALT+F4) to the topmost Notes / Designer / Admin window and waits for the end user to answer all message boxes that prevent the client from closing.
/shutdownauto
/auto

Waits until a Windows shutdown is detected and if so, automatically initiates /shutdownsilent.
This option can optionally be combined with /noautoterm

If MCShutdown is launched when starting Notes (through a MarvelClient Run Program Action, for example), it is best to not use /noautoterm.

If MCShutdown is launched when starting Windows, through a logon script, then it is best to add use /noautoterm.

Without this additional switch, MCShutdown will automatically terminate, if it does not find any notes2.exe, nlnotes.exe, designer.exe and/or admin.exe process.

...