Date: Wed, 14 Sep 2005 19:15:49 -0400
Reply-To: Raynald Levesque <rlevesque@videotron.ca>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Raynald Levesque <rlevesque@videotron.ca>
Subject: Re: System Sound Script
In-Reply-To: <OFF805027B.667A3D31-ON8525707B.004DD1BD-8525707C.005981D3@nfta.com>
Content-type: text/plain; charset=us-ascii
Hi
try this:
Sub Main
For cnt=1 To 5
Beep
Wait 1
Next
End Sub
HTH
Raynald Levesque Raynald@spsstools.net
Visit my SPSS site: http://www.spsstools.net
-----Original Message-----
From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]On Behalf Of
Chris Cronin
Sent: September 14, 2005 12:19 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: System Sound Script
I forgot to mention that the operating system is NT4.0.
___________________________
Months ago folks helped me write a script that plays a sound through media
player, which "calls" me to a remote machine when a script is complete,
using
Set objWMP = CreateObject("wmplayer.ocx.7")
I need this on another machine that doesn't have a sound card but does
have a regular system speaker. I searched around Raynald's sample scripts
but didn't find anything. Can someone lead me to where I can find the
right object type / name to access this speaker and sound a series of
beeps?
Thanks for your assistance.