AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sound not working

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Nuwan



Joined: 08 Oct 2005
Posts: 29
Location: Sri Lanka

PostPosted: Tue Nov 22, 2005 4:58 pm    Post subject: Sound not working Reply with quote

Hai

I want to give sound in my script, But following .wav not working in my PC

Code:

SoundPlay, %SystemRoot%\Media\ding.wav


OS - windows2000 professional
AHK Version v1.0.38.00

(C:\WINNT\Media\ding.wav is exist and I can play it directly. )


pls reply Embarassed

Nuwan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
BoBo
Guest





PostPosted: Tue Nov 22, 2005 7:58 pm    Post subject: Reply with quote

Have a try with
Code:
SoundPlay, %SystemRoot%\Media\ding.wav, WAIT
Back to top
hotControler



Joined: 07 Nov 2005
Posts: 10
Location: Germany

PostPosted: Tue Nov 22, 2005 9:32 pm    Post subject: Reply with quote

I think, you meant:

[code]SoundPlay, %A_WinDir%\Media\ding.wav [/code]
Back to top
View user's profile Send private message
garath



Joined: 24 Mar 2005
Posts: 398
Location: germany

PostPosted: Wed Nov 23, 2005 11:13 am    Post subject: Reply with quote

A_windir is the AHK Variable
Systemroot is the Windows_Variable, all ahk variables begin with "a_"
most System-variables are listed here:
http://www.wilsonmar.com/1envvars.htm
http://kennethhunt.com/archives/000933.html
Imho is A_Windir = Systemroot

Links are from Jon Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group