Capturing output from the command line in a AppleScript dialog box
Capturing output from the command line in a AppleScript dialog box
- Subject: Capturing output from the command line in a AppleScript dialog box
- From: "Stranathan, Dan" <email@hidden>
- Date: Tue, 30 Sep 2008 10:35:31 -0500
- Acceptlanguage: en-US
- Thread-topic: Capturing output from the command line in a AppleScript dialog box
Im looking for a tip on how to leverage the Apple "scselect" command line tool to to show the current location in an AppleScript dialog box. Basically, I want to have a AppleScript run as a logout item, so that it can remind users what location set they are currently using, and then ask them if they would like to change the location before logging out or rebooting. I have most of the script running already, but I havent been able to figure out how to capture the output from the "scselect"t command and display it in the AppleScript dialog box. This feature is a matter convenience, since the user can always just manually look at the location set under the Apple menu or in the Network Pref pane (which I eventually take the user to it anyway - assuming they want to change locations)
Outline:
User logs out and the script starts
User is prompted with a dialog that shows the current location (from the "scselect" command) and asks the user if they want to change it.
If NO, then the AppleScript simply quits and the user logs out or reboots
If YES, then the user is taken to the Network system pref pane where they can manually pick a location from the drop-down menu.
User logs out or reboots
Thank you guys!
-Dan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden