Re: combine shell scripts with administrator privileges

2008-07-11 Thread Scott Morrow
Hello Sarah, Thanks for the lesson and the sample code! -Scott On Jul 11, 2008, at 4:32 AM, Sarah Reichelt wrote: On Fri, Jul 11, 2008 at 5:15 PM, Scott Morrow <[EMAIL PROTECTED]> wrote: I'm trying to combine 2 shell scripts and my knowledge of shell scripting (and how to combine it with A

Re: combine shell scripts with administrator privileges

2008-07-11 Thread Sarah Reichelt
On Fri, Jul 11, 2008 at 5:15 PM, Scott Morrow <[EMAIL PROTECTED]> wrote: > I'm trying to combine 2 shell scripts and my knowledge of shell scripting > (and how to combine it with AppleScript) is proving too minimal. > > I can do this: > > put "chmod 777"&& tInnerPath into tShellCmd > put "do shell

combine shell scripts with administrator privileges

2008-07-11 Thread Scott Morrow
I'm trying to combine 2 shell scripts and my knowledge of shell scripting (and how to combine it with AppleScript) is proving too minimal. I can do this: put "chmod 777"&& tInnerPath into tShellCmd put "do shell script" &"e& tShellCmd "e&& "with administrator privileges" into tCmd do tCm