Page 1 of 1

Is the software buggy?

Posted: Wed Jun 06, 2018 11:26 pm
by roqibsasman
Hi there!

I used your calculator code as a template.Basically is the same thing.If Google home hears the phrase , it will execute the keyboard shortcut link to that word or phrase right?Sometimes when i say the phrase, the push to run software recognizes the phrase exactly but it still does not excecute it?Also its intermittent.Sometimes it works and sometimes not.Do you mind checking my VB script?


Commandline = Replace(Commandline," ","") ' remove spaces

CommandLine = UCASE(Commandline)
Commandline = Replace(Commandline,"DOG","A")
Commandline = Replace(Commandline,"SHIP","S")
Commandline = Replace(Commandline,"CAT","D")




Commandline = Replace(Commandline,"A","{A}") ' change the + key
Commandline = Replace(Commandline,"S","{S}") ' change the - key
Commandline = Replace(Commandline,"D","{D}") ' change the * key

Re: Is the software buggy?

Posted: Fri Jun 08, 2018 9:55 pm
by RobLatour
The times that it doesn't execute it you may want to check your session log, your session log will tell you what the program hears (according to Google), it may not be hearing what you are saying correctly.