Is the software buggy?

Here you are welcome to discuss items of general interest related to Push2Run
Post Reply
roqibsasman
Posts: 7
Joined: Wed Mar 14, 2018 12:52 am

Is the software buggy?

Post 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
RobLatour
Site Admin
Posts: 1003
Joined: Mon Feb 19, 2018 11:43 am

Re: Is the software buggy?

Post 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.
Post Reply