I have written a small bash script which starts one of my programs (ViaVoice); in order for it to run properly, I have to be in supervisor mode, i.e. run "su" and "password" ; my question: is there any way to write that into the script itself? Thanks