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('D:\ipconfig.bat');

nkswapnilJan 12 2012 — edited Jan 13 2012
Hi dear All
Hope that you all will be at the best of your health and knowlege...
i am facing a problem while running the oracle forms on the web... i want to execute a .bat file through Client_Host command...
while i run the form locally and use the HOST command . it works ...
but when i run it through server and use Client_host ... it does not work..
kindly help me out to solve this problem... Please
i will be very thankfull to you....


My .bat file :
@echo off
echo ipconfig /all
dir d:\test_ip
Pause

I want to show all info. when ipconfig/ all...but its doesnt show.

I take a button on that button , i wriete code
host('D:\ipconfig.bat');
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2012
Added on Jan 12 2012
3 comments
6,803 views