Author Topic: Start VC in Standby Mode  (Read 3286 times)

0 Members and 1 Guest are viewing this topic.

nofear87

  • Jr. Member
  • **
  • Posts: 19
  • Karma: 0
    • View Profile
Start VC in Standby Mode
« on: August 15, 2010, 04:54:11 PM »
james, is it possible to add this function in the next version?
i think its helpfull when somebody (like me  :) ) will start VC with Windows.
Or this function already exist?

Robert

Shodan

  • Jr. Member
  • **
  • Posts: 8
  • Karma: 0
    • View Profile
Re: Start VC in Standby Mode
« Reply #1 on: August 15, 2010, 10:42:38 PM »
I was wondering the same thing

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in Standby Mode
« Reply #2 on: August 15, 2010, 11:26:29 PM »
yup! Star it with the command line option

VoxCommando.exe -Standby

or

VoxCommando.exe -Off

(It is currently case sensitive - I should fix that)

nofear87

  • Jr. Member
  • **
  • Posts: 19
  • Karma: 0
    • View Profile
Re: Start VC in Standby Mode
« Reply #3 on: August 16, 2010, 06:01:23 AM »
is it possible to add it in the settingswindow as checkbox? (in the next version)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in Standby Mode
« Reply #4 on: August 16, 2010, 09:42:05 AM »
I don't think I want to do that. Is there some reason you cannot call it with the command line option? That does remind me though, I think I will add the ability to run a startup macro. You could set the mode there.

nofear87

  • Jr. Member
  • **
  • Posts: 19
  • Karma: 0
    • View Profile
Re: Start VC in Standby Mode
« Reply #5 on: August 16, 2010, 12:52:17 PM »
yes thats also nice ;)

painy

  • $upporter
  • Sr. Member
  • *****
  • Posts: 103
  • Karma: 1
    • View Profile
Re: Start VC in Standby Mode
« Reply #6 on: November 07, 2010, 04:39:58 PM »
this only works if you use the shortcut itself, pinning the shortcut to windows 7 taskbar and running it doesn't seem to run it in standby mode :S

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in Standby Mode
« Reply #7 on: November 07, 2010, 05:16:49 PM »
it works fine for me.  Right-click the icon on the taskbar (when the program is NOT running)

you should get two choices

then right-click the voxcommando.exe that pops up and choose properties

add -Standby to the end of target field.  It should look something like:

C:\VoxCommandoDebug\VoxCommando.exe -Standby

note that you need the - and it is case sensitive so you need the capital S

painy

  • $upporter
  • Sr. Member
  • *****
  • Posts: 103
  • Karma: 1
    • View Profile
Re: Start VC in Standby Mode
« Reply #8 on: November 08, 2010, 04:55:14 PM »
Ah you're right, i dragged an already modified shortcut to the taskbar rather then modifying it when the shortcut was allready placed on the taskbar as you suggested.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Start VC in Standby Mode
« Reply #9 on: November 08, 2010, 07:10:11 PM »
btw you can also set this modifying the options.  look at the section called "triggered speech emulation" at the bottom right of the main tab.  There is a field called "starup command".  There you can type a phrase that matches the phrase you use for Standby in your command tree.

The command line option is safer though I think.