You're Welcome.
Here's some details.
For the gate I used the X10 momentary relay. What a great thing. Closes for 1.5 seconds.
Then a macro sends a off command after 3 seconds. So the gate or garage is ready for the next command.
I also use these relays for each zone of my 24 volt sprinkler system. They a set to stay closed until the timed off command is sent.
The script:
Dim message, sapi
message="gate is open"
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Copy and paste into NotePad. Save as [FileName].VBS
Double click it to make sure it works.
Make a Macro with Advanced Functions.
Windows Command.
In the Command box use C:\Windows\System32\wscript.exe
in the Arguments box type (Your Path to Your FileName.vbs) C:\Users\GG\Documents\gate.vbs
Another fun one was the wireless mic for BVC.
I used a wireless headset mic (Gemini). Took the little mic off of the headset and hung it somewhere.
Turned the gain all the way up.
Soldered a (
Took a chance!) 5 VDC power supply onto the battery terminals. Don't try this unless you don't care if it burns it out. Maybe find a 3 VDC power supply.
The wireless transmitter was using 2 AA batteries. That 3 volts.
But I got lucky. Even at %66 over voltage, it's been working fine for 2 months so far. I don't have to raise my voice to say a command.
I'm just left at the mercy of the speech recognition software.