Is there another way to exchange data beneath the tty layer other than Perl+Expect in an automated/asynchronous manner on Windows. I am working with pulling the password for the oracle listener from a file.. I need to default the old_password as null and then use the password I pulled for new_password and to then re-enter it. And then save_config. I have been told the only way to do it by tty is to use the module Expect. I only have the option of using Perl as well.
Thanks in advance.
In reply to TTY help
by sweetj