Link to home
Start Free TrialLog in
Avatar of Kedar_Acharya
Kedar_Acharya

asked on

Unix Shell Programming - How to execute Program without interactive mode

Hi
I am writing a shell script for exeucting a program. This program needs password to execute. How to give the password to this program from shell script without interactive mode (so that script won't wait till user enter the password).

Please reply.

Regards
Kedar
ASKER CERTIFIED SOLUTION
Avatar of RanjeetRain
RanjeetRain

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kedar_Acharya
Kedar_Acharya

ASKER

Thanks for the information.