Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Client_host cmd problem

DipNov 24 2008 — edited Jun 26 2013
Hello.
I want to open excel file on client. File is on another computer. I open the file with clien_host and cmd. The problem is, that cmd window stays opened.

I open file like:
CLIENT_HOST('cmd /c ' || LC$Target);
LC$Target is like //Linux_comp/dir/file.xls.

If i run this, excel starts but the cmd window stays on. When i close excel, cmd closes.


How can i solve this problem?

If i run file like
CLIENT_HOST('cmd /c start c:\Dir\Dir\Excel.exe ' || LC$Target);

cmd window closes after excel is started.

Why is that?
I need 1st version, because not every user has the same excel path.

Any help?


Thanks.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 24 2013
Added on Nov 24 2008
19 comments
6,891 views