VoxCommando

Help and Support (Using VoxCommando) => VoxCommando Basics and Core Features => Topic started by: Brian on August 27, 2020, 11:11:57 AM

Title: Command line argument to launch Google speech
Post by: Brian on August 27, 2020, 11:11:57 AM
Hi,

I'd like to have both Vox and Google speech launch upon computer start. I see an option to start with Windows.

Is there a command line argument to launch vox and Google speech when Windows starts?

Thanks!
Title: Re: Command line argument to launch Google speech
Post by: jitterjames on August 27, 2020, 06:12:26 PM
The simplest method would probably be to use the VC.Loaded event to trigger a command that loads the web page, but this would open the web page every time you start VoxCommando and maybe this is not what you want...

Otherwise you can create a shortcut in your windows startup folder to launch the web page.
Something like this: https://www.pctechbytes.com/windows/automatically-launch-a-website/
Title: Re: Command line argument to launch Google speech
Post by: Brian on August 29, 2020, 12:55:52 PM
Thanks! I found this works well:

START C:\Users\Brian\Desktop\Vox2020\VoxCommando.exe
TIMEOUT 6
START C:\Users\Brian\Desktop\Vox2020\VoxCommando.exe -33000 "TCP.GS.Launch"