Oracle Developer HOST built-in command alternative
From: Moebius <moebius4u_at_yahoo.com>
Date: 12 Dec 2002 10:27:32 -0800
Message-ID: <94a67abc.0212121027.19b48473_at_posting.google.com>
We have an Oracle Developer Application which executes one batch (.bat) file for printing issues. For this pourpose we use HOST('printer.bat') Developer Command.
Date: 12 Dec 2002 10:27:32 -0800
Message-ID: <94a67abc.0212121027.19b48473_at_posting.google.com>
We have an Oracle Developer Application which executes one batch (.bat) file for printing issues. For this pourpose we use HOST('printer.bat') Developer Command.
The Developer Application has to wait until the batch file finish its execution.
When we execute the application in Windows 98 everything works fine, that is, HOST command create a subprocess which is executed while the Developer App remains waiting its ending.
The problem appears when we execute The Developer App in Windows XP. The HOST command create a subprocess which is executed while the Developer App continues the execution (without waiting the batch ending) and giving therefore an unexpected behaviour.
Please help!
Thanks in advance and best regards. Received on Thu Dec 12 2002 - 19:27:32 CET
