I have been playing more with /PRO.  Gotta admit, it gives you quite a bit
more power than /core and /view.  Here is a little PC Uptime monitor for you
/PRO users.  Use at your own risk!

REBOL [
    Title: "PC Uptime Monitor"
    Author: "Paul Tretter"
]

libfile: %kernel32.dll
getcount: "GetTickCount"
clib: load/library libfile
uptime: make routine! ["Return Uptime" return: [long]] clib getcount
print ["PC has been up for " uptime / 1000 / 60 " minutes"]




Have fun!

Paul Tretter

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to