Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.3 KiB

  1. SPUSER
  2. 22-Oct-99
  3. cthrash
  4. SPUSER is a simple SAPI wrapper which switches the default user.
  5. SPUSER can be invoked in one of three ways:
  6. (1) spuser
  7. (2) spuser [-v] -{locale}
  8. (3) spuser [-v] {user-name}
  9. (1) When invoked without arguments, a message box will appear indicating the
  10. current default user.
  11. (2) When invoked with a dash followed by a locale identifier, the default user
  12. will switch to the *first* user that matches the specified locale. A
  13. handful of locale strings are recognized (jpn,enu,chs). You can also
  14. specify an integer.
  15. (3) When invoked with an argument without a dash in the first position, the
  16. argument is assumed to be a name. The default user, if there is a match,
  17. will be switched to that user. Note (a) that this precludes switching to a
  18. user whose name starts with a dash; and (b) the entire command line is
  19. treated as the name, so quotes should not be used:
  20. (i.e. spuser Default Speech User -not- spuser "Default Speech User")
  21. In cases (2) and (3) and verbose option -v is provided. When set, output will
  22. be shown whether the switch was successful or not. When not set, output will
  23. only appear when some error occurs. In case (1) output will be shown whether
  24. the verbose option is set or not.