Joy Conner
4th October 2002, 23:03
Is this command available with version IVc3? Running on HPUX.

~Vamsi
4th October 2002, 23:24
If you can edit source code on your local machine there should be some sort of a function that can start an application on the client. So I would think the answer would be yes. See if you have an object ottdllbw under the tools directory. Do not forget to use the

#pragma used dll ottdllbw in your program script before you compile.

NPRao
4th October 2002, 23:25
Joy,

You can check it out by viewing the function prototypes of the tools dll, ottdllbw using - bic_info options, or ttstpbaandoc, or ttstpobjinfo.

mark_h
4th October 2002, 23:37
Well I do not know if 4c3 is different between HPUX and Sun, but this command is available on our 4c3 system.

Mark

Joy Conner
5th October 2002, 00:27
This worked. Thanks - Joy