pratikmonu has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I am trying to create a perl script which would perform a system call to the zsh with install command.
Installation is happening through db_silent_install, but between execution of this System Call, there is an User Intervention required:-
Completed installing Database Software ###################################################################### +########## Open a terminal as root and invoke /scratch/pratranj/oracle/product/11.2.0/dbhome_1/root.sh ... then press enter to continue. ###################################################################### +##########
Is there a way to handle this using perl?
I tried using fork, but even in the subprocess, it is looking for Enter command to proceed further.
Please suggest.
Regards,
PR
2017-09-05 Athanasius added code and paragraph tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Input Enter while Execution of a process
by hippo (Archbishop) on Sep 04, 2017 at 11:12 UTC | |
by Corion (Patriarch) on Sep 04, 2017 at 11:38 UTC | |
|
Re: Input Enter while Execution of a process
by roboticus (Chancellor) on Sep 04, 2017 at 13:49 UTC | |
|
Re: Input Enter while Execution of a process
by Corion (Patriarch) on Sep 04, 2017 at 11:07 UTC | |
by pratikmonu (Novice) on Sep 04, 2017 at 11:59 UTC | |
by Corion (Patriarch) on Sep 04, 2017 at 13:00 UTC | |
by pratikmonu (Novice) on Sep 06, 2017 at 04:29 UTC |