Window Placement — /W placement

If this parameter is specified, Content Manager OnDemand displays the main window as indicated by the placement.

The placement must be one of the following parameters:
  • Z to indicate that the main window is to be zoomed (maximized).
  • I to indicate that the main window is to be iconized (minimized).
  • N to indicate that the main window is not to be displayed (made invisible). This option should be specified only if Content Manager OnDemand is to be manipulated with the DDE interface.
  • x,y,w,h to indicate the main window placement, where
    • x is the left origin in percent of the screen width.
    • y is the top origin in percent of the screen height.
    • w is the width in percent of the screen width.
    • h is the height in percent of the screen height.
If this parameter is not specified or if no placement value is specified, the main window appears as it did when the OnDemand Client was last terminated.
C:\<install dir>\arsgui.exe /W 5,10,90,80

where <install dir> is your OnDemand Client installation directory path.