in reply to Unix Shell Scripts

`/bin/ksh /path/to/script.ksh` or system( '/bin/ksh /path/to/script.ksh')

cheers

tachyon