Hello all!
I'm relatively new here, and to AppleScript. However, I'm tryiong to get terminal to do this
(Script Starts)
1)open terminal
2) enter command "heyu off A2"
3) hit "return"
4) wait 3 seconds
5) close terminal
I currently have this script, but it's not seem to working.
tell application "Terminal"
activate
keystroke heyu off A2
keystroke (ASCII character 13)
delay 3
quit
end tell
any help?
thanks!
--Mike
I'm relatively new here, and to AppleScript. However, I'm tryiong to get terminal to do this
(Script Starts)
1)open terminal
2) enter command "heyu off A2"
3) hit "return"
4) wait 3 seconds
5) close terminal
I currently have this script, but it's not seem to working.
tell application "Terminal"
activate
keystroke heyu off A2
keystroke (ASCII character 13)
delay 3
quit
end tell
any help?
thanks!
--Mike