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