This used to work in pre-Mountain Lion OS X:
tell application "Terminal"
activate
do script "cd /"
end tell
Now, the new bash window is opened, but nothing is executed, no mater what the command-line script.
It's broken on the few systems I've tried it on, but is it a general problem? Is there a workaround?