I was wondering if there is a way to do a shell that has sudo in it?
On the first attempt (Note dart is an internal application)
put shell ("sudo dart")
I get the following error message
sudo: no tty present and no askpass program specified
Is there any way to run sudo from the shell?
thanks,
Glen