440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
than   {key13}


Display system uptime in a Finder dialog

MacOsxHints

Tuesday March 18, 2008. 04:30 PM
MacOsxHints

I was thinking that there must be an easier way than going to Terminal and typing uptime in order to find out how long my machine had been up. So I wrote a wee AppleScript that gives the answer in the form of a Finder dialog window. Stick this into Script Editor, and save it as Application (or Application Bundle). set output to do shell script "uptime" tell application "Finder" display dialog output buttons {"OK"} default button 1 end tell If you wish, you can then add a shortcut to it from your launcher. Voila, uptime and load averages at your findertips (literally). [robg adds: This is a very simple hint, but one that demonstrates to new AppleScript users how to display the output from any Terminal command in a dialog. For uptime, and many other Terminal commands whose output I'd like to see on occasion (such as the results of the last Time Machine backu...
thinking that there must easier than going Terminal typing uptime order Display system uptime Finder dialog
Display system uptime in a Finder dialog Read more at MacOsxHints
feeds.macosxhints.com/~r/macosxhints/recent/~3/253667792/article.php

 

 Related News 
Apple looks at fitness system integration for iPod Apple looks at fitness system integration for iPod
 MacNN 03/27/08 05 PM 
News: Apple patents iTunes, iPhone/iPod-based fitness system News: Apple patents iTunes, iPhone/iPod-based fitness system
 iPod Lounge 03/27/08 04 PM 
Apple Digital Fitness Companion System? Apple Digital Fitness Companion System?
 MacRumors 03/27/08 04 PM 
Apple's patent for an LCD display that also takes photos, video Apple's patent for an LCD display that also takes photos, video
 AppleInsider 03/26/08 06 PM 
Apple Settles Display Color Lawsuit Apple Settles Display Color Lawsuit
 TheMacObserver 03/26/08 04 PM 
Sonnet Announces MacCuff Enhanced Mounting/Security System fo... Sonnet Announces MacCuff Enhanced Mounting/Security System fo...
 AppleLinks 03/26/08 07 AM 
Enhanced mounting/security system for Mac mini Enhanced mounting/security system for Mac mini
 Mac Minute 03/25/08 02 PM 
GlobalStor unveils RAID for RED camera system GlobalStor unveils RAID for RED camera system
 MacNN 03/25/08 06 AM 
Widgets can cause system slowdown, crashes after Safari 3.1 Widgets can cause system slowdown, crashes after Safari 3.1
 MacFixIt 03/24/08 06 PM 
Review: iLuv i399 2.1-Channel Hi-Fi Audio System with Bluetooth Review: iLuv i399 2.1-Channel Hi-Fi Audio System with Bluetooth
 iPod Lounge 03/21/08 08 PM 
Apple files patent for holographic 3-D display Apple files patent for holographic 3-D display
 Mac Daily News 03/20/08 04 PM 
Apple researching autostereoscopic 3-D display hardware Apple researching autostereoscopic 3-D display hardware
 AppleInsider 03/20/08 04 PM 
Numark ships TTi iPod-savvy turntable system Numark ships TTi iPod-savvy turntable system
 Macworld UK 03/20/08 12 PM 
Colovo Announces Timepost Time Management System 2.0 Colovo Announces Timepost Time Management System 2.0
 AppleLinks 03/18/08 06 AM 
Alert remote users that their system is still in use Alert remote users that their system is still in use
 MacOsxHints 03/12/08 04 PM 
TMO Quick Tip - Finder: The Joy of Undo TMO Quick Tip - Finder: The Joy of Undo
 TheMacObserver 03/12/08 01 PM 
Review: Atlantic EGO iceBar2 Waterproof Speaker System Review: Atlantic EGO iceBar2 Waterproof Speaker System
 iPod Lounge 03/07/08 09 PM 
Studywiz eLearning system comes to UK iPhones Studywiz eLearning system comes to UK iPhones
 Macworld UK 03/06/08 12 PM 
Review: XtremeMac Tango X2 2.1 Speaker System + AM/FM Radio Review: XtremeMac Tango X2 2.1 Speaker System + AM/FM Radio
 iPod Lounge 03/05/08 04 PM 
MBA display cost revealed MBA display cost revealed
 InsanelyGreatMac 03/05/08 04 PM 
VisibleDust SLR sensor cleaning system review VisibleDust SLR sensor cleaning system review
 AppleLinks 03/05/08 03 PM 

Search

Mac Zicos
Fri September 5, 06:28 PM
than   {key13}