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

[REBOL] Re: Looking to launch winamp from View Desktop

From: greggirwin:mindspring at: 21-Jun-2002 13:12

Hi Sabin, << I'd like to be able to launch winamp from within the View Desktop (or any other application) and was wondering if anyone had done this previously, or if REBOL has a function that does it? >> You need View/Pro or /Command. Then you can either use CALL or, under Windows, call into the ShellExecute API. Terry Brownell cooked up a WinAmp controller in View a while back (I contributed some bits and pieces). --Gregg