Re: Help witth apple script

2015-12-14 Thread Jonathan C. Cohn
It might be better to use expect I am not sure if this is provided with macOS also I did not get to look at the scripting dictionary for Terminal, it might have expect and send commands like expect does. I also remember a terminal like program that was more functional than trrminal. Jonathan

Re: Help witth apple script

2015-12-08 Thread Alex Hall
Have you looked into the 'do shell script' command? It does what it says on the box: runs a shell script or command. For instance, do shell script "cd /volumes" would change the directory to /volumes. Or do you need to do this at a random time, in your terminal session? If so, there's a way to se

Re: Help witth apple script

2015-12-06 Thread dan dunfee
Hi all, Thanks for the offer for help with a simple apple script. Using os10.10 in terminal from within applications such as lynx the web browser, here are the 3 steps I need to do: 1. send the key combination control+f 2. send the exact string: :exec dss 3. send a return Please ask if

Re: Help witth apple script

2015-12-05 Thread Jonathan C. Cohn
Dan, Did you reply to Alex already? I did not see any text your second message. Other than repeat of the first message. Jonathan Cohn > On Dec 4, 2015, at 6:16 PM, - wrote: > > > Hi, > > Is there anyone who could help me do a very simple apple script of three > steps? > > The info on the

Re: Help witth apple script

2015-12-05 Thread Jonathan C. Cohn
I can help also, though my access to a Macintosh is a bit limited. Jonathan Cohn > On Dec 5, 2015, at 12:39 AM, Alex Hall wrote: > > I can try. What three steps? >> On Dec 4, 2015, at 6:16 PM, - wrote: >> >> >> Hi, >> >> Is there anyone who could help me do a very simple apple script of

Re: Help witth apple script

2015-12-04 Thread Alex Hall
I can try. What three steps? > On Dec 4, 2015, at 6:16 PM, - wrote: > > > Hi, > > Is there anyone who could help me do a very simple apple script of three > steps? > > The info on the web is overwhelming and I don't know how to start. > > I want to use the feature of attaching apple scripts