Hi monks,
I have to write a script that run a batch of unix commands. I know I can use the system() call to run the command, but one of the command will prompt me for a password. How do I go about putting a password when this command is executed? I am totally clueless on this. Thanks