dainsleif Posted September 30, 2004 Posted September 30, 2004 Hi there, in the AutoIt help file I foun an entry concerning the BEL string "Bell, rings the bell... (Plays Windows' default beep)" my question now is: how do I use this one to play the beep?
trids Posted September 30, 2004 Posted September 30, 2004 Search the forums for beep ... or as an alternative, consider the SoundPlay() function <-- see the helpfile for details.HTH
sugi Posted October 1, 2004 Posted October 1, 2004 Here's a simple solution: Run(@ComSpec & ' /c echo '&Chr(7), '', @SW_HIDE)
normeus Posted October 2, 2004 Posted October 2, 2004 (edited) Here's a simple solution:Run(@ComSpec & ' /c echo '&Chr(7), '', @SW_HIDE)<{POST_SNAPBACK}> sorry will not go back to memory lane all my new posts will relate to this centuryC=64 Edited October 3, 2004 by normeus http://www.autoitscript.com/autoit3/scite/...iTe4AutoIt3.exe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now