WindowsXP-SP1/enduser/speech/tools/spuser
Microsoft f7ca35dddd First commit 2020-09-30 16:53:49 +02:00
..
readme.txt First commit 2020-09-30 16:53:49 +02:00
resource.h First commit 2020-09-30 16:53:49 +02:00
spuser.cpp First commit 2020-09-30 16:53:49 +02:00
spuser.dsp First commit 2020-09-30 16:53:49 +02:00
spuser.h First commit 2020-09-30 16:53:49 +02:00
spuser.ico First commit 2020-09-30 16:53:49 +02:00
spuser.rc First commit 2020-09-30 16:53:49 +02:00
stdafx.cpp First commit 2020-09-30 16:53:49 +02:00
stdafx.h First commit 2020-09-30 16:53:49 +02:00

readme.txt

SPUSER
22-Oct-99
cthrash

SPUSER is a simple SAPI wrapper which switches the default user.

SPUSER can be invoked in one of three ways:

    (1) spuser
    (2) spuser [-v] -{locale}
    (3) spuser [-v] {user-name}

(1) When invoked without arguments, a message box will appear indicating the
    current default user.
(2) When invoked with a dash followed by a locale identifier, the default user
    will switch to the *first* user that matches the specified locale.  A
    handful of locale strings are recognized (jpn,enu,chs).  You can also
    specify an integer.
(3) When invoked with an argument without a dash in the first position, the
    argument is assumed to be a name.  The default user, if there is a match,
    will be switched to that user.  Note (a) that this precludes switching to a
    user whose name starts with a dash; and (b) the entire command line is
    treated as the name, so quotes should not be used:
    (i.e.  spuser Default Speech User  -not-  spuser "Default Speech User")

In cases (2) and (3) and verbose option -v is provided.  When set, output will
be shown whether the switch was successful or not.  When not set, output will
only appear when some error occurs.  In case (1) output will be shown whether
the verbose option is set or not.