Welcome,
Guest
. Please
login
or
register
.
November 21, 2024, 04:57:11 PM
Home
Search
VoxCommando
Wiki
SMF help
FAQ
Downloads
Purchase
Login
Register
VoxCommando
»
Help and Support (Using VoxCommando)
»
VoxCommando Basics and Core Features
»
Command line argument to launch Google speech
« previous
next »
Print
Pages: [
1
]
Author
Topic: Command line argument to launch Google speech (Read 2105 times)
0 Members and 1 Guest are viewing this topic.
Brian
$upporter
Jr. Member
Posts: 27
Karma: 3
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!
Logged
jitterjames
Administrator
Hero Member
Posts: 7714
Karma: 116
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/
Logged
Getting Support
Brian
$upporter
Jr. Member
Posts: 27
Karma: 3
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"
Logged
Print
Pages: [
1
]
« previous
next »
VoxCommando
»
Help and Support (Using VoxCommando)
»
VoxCommando Basics and Core Features
»
Command line argument to launch Google speech