Hi,
I want to call a java program from Oscript and wait for the end of this program.
I've tried with methods of AdminService package (addProcess, startProcess, isProcessRunning...) but Livelink stop my process automatically after 1 min of execution. Is there a way to configure this timeout ? What are the possibles parameters for the process (cmdLine, maxGoodExit....) ?
I've look this forum but it's an old topic.
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=3968260&objAction=viewincontainer
Is there any documentation on MSWindows package ? In my builder help i only see method signature but there is no description of the meaning of the parameters...
Thanks !