The Linux expect command takes script writing to an entirely new level. Instead of automating processes, it automates running and responding to other scripts. In other words, you can write a script ...
I need to automate running a third party script that takes a good deal of user input. (It is a simple install script for something installed on several user accounts a day)<BR><BR>How would I best ...