Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: PC Uptime

From: greggirwin:mindspring at: 1-Aug-2002 13:54

Hi Paul, This works on W2K. I think the behavior is different on different versions of Windows. lib: load/library %kernel32.dll beep: make routine! [ frequency [integer!] duration [integer!] return: [integer!] ] lib "Beep" beep 500 1000 --Gregg