Author Topic: Command line argument to launch Google speech  (Read 1389 times)

0 Members and 1 Guest are viewing this topic.

Brian

  • $upporter
  • Jr. Member
  • *****
  • Posts: 27
  • Karma: 3
    • View Profile
Command line argument to launch Google speech
« 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!

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Command line argument to launch Google speech
« Reply #1 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/

Brian

  • $upporter
  • Jr. Member
  • *****
  • Posts: 27
  • Karma: 3
    • View Profile
Re: Command line argument to launch Google speech
« Reply #2 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"