MacOSX/ShellScriptor001d1
MacOSX/ShellScriptor001d1
- Subject: MacOSX/ShellScriptor001d1
- From: xyz <email@hidden>
- Date: Sat, 25 Nov 2000 11:50:01 -0600
ASConsoleSend: Send commands to the console through AppleScript
quicksend: send a console command
quicksend list -- {something}
<
http://www.autographsystems.com/Wilcox/Applescript/ShellScriptor001d1.sit>
*************************************
tell application "ShellScriptor(Carbon)"
set x to quicksend "uptime"
end tell
activate
display dialog x
**************************