LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 7 Apr 2009 16:08:00 -0400
Reply-To:   George Joseph <gjman@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   George Joseph <gjman@HOTMAIL.COM>
Subject:   Re: I want SAS to beep...........

I am duly impressed. I really liked all the solutions posted. Thanks!!

Getting a bit more ambitious:

How do I get WMPlayer to play the following WAV: C:\WINDOWS\Media\Tada.Wav

The following code does nothing.

options noxwait noxsync; data _null_; call system('C:\Program Files\Windows Media Player\wmplayer.exe ~ C:\WINDOWS\Media\Tada.Wav'); run;


Back to: Top of message | Previous page | Main SAS-L page