 Rank: Advanced Member Medals:  Joined: 6/2/2014(UTC) Posts: 42  Thanks: 2 times Was thanked: 5 time(s) in 5 post(s)
|
I made a very simple AutoHotkey ( http://www.autohotkey.com/) script which I compile to an executable and throw in my toolbox. Allows me to get clients attention when I need them. Thought some people here might find it handy. Autohotkey compiles kind of large (675k) for such a small script but it was quick and easy and works well enough with modern high speed connections. Quote:TrayTip, Alert, Your technician is trying to get your attention.,20,2 SoundGet, master_mute, , mute if master_mute = On SoundSet, +1, , mute Sleep, 500 SoundSet, 75 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 Sleep, 1000 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 SoundBeep, 500, 100 SoundBeep, 1000, 100 SoundBeep, 2000, 100 SoundBeep, 3000, 200 Sleep, 1000 I prefer not to post binaries but if someone really wants it and can not figure out how to compile it on their own (its really simple), i guess i could. Edited by user Friday, June 6, 2014 5:48:47 PM(UTC)
| Reason: Haha changed the subject and description to reflect that it uses audio to alert the guest.
|
 1 user thanked Jeffrey for this useful post.
|
|