Hi
I have a bat file that launch an emulator. It works fine with Runtime.getRuntime().exec(..) in an application. I tried the same thing in an
Applet and I am getting IOException with createprocess error=0.
Is it possible to run a bat file in an applet? If yes, please give me some guidelines.
Thanks
Vani