Enable DDE Interface — /I number,path,resid

If this parameter is specified, Content Manager OnDemand enables the DDE interface and prepares to accept commands from another application.

number
Must be an integer between 1 and 5. It indicates the number of DDE-application switch menu items to be provided. The default value is 1.
path
Specifies the fully-qualified name of a resource DLL containing a bitmap for toolbar buttons to be associated with the DDE-application switch menu items. The size of the bitmap depends on the number of menu items. Each button requires a 16 X 15 pel image. If there is a single menu item, the bitmap should be 16 X 15; if two menu items, 16 X 30; and so forth.
resid
Specifies the bitmap resource identifier within the DLL. It must be an integer value.
C:\ARS\ARSGUI /I 3,C:\MYAPP\BITMAP.DLL,81