Example 1: Start the LANSA Composer client application:
dxstart.exe
Example 2: Start the LANSA Composer Document Manager application in French:
dxstart.exe /request=dxtxmon /lang=FRA
Example 3: Initiate a LANSA Composer processing sequence run from the client computer using the processing sequence id and parameter values specified in the file c:\example.dxrun:
dxstart.exe /request=dxrun /shortcut="c\example.dxrun"
Example 4: Export LANSA Composer definitions specified by the export list MY_EXPORT_LIST on a Windows server:
dxstart.exe /request=dxexport /exportlist=MY_EXPORT_LIST
/exportto="C:\MY_EXPORT001.dxexport"
Example 5: Import the LANSA Composer definitions contained in the specified export file on a Windows server:
dxstart.exe /request=dximport /importfrom="C:\MY_EXPORT001.dxexport"
Example 6: Execute the LANSA Composer database housekeeping task on a Windows server:
dxstart.exe /request=dxreorg