Command line switches: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(page content update) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{do not translate}} | |||
'''/tray''' - starts Shareaza in the iconified state. | |||
'''/nosplash''' - hides the startup splash screen which is always on top otherwise. | == Command Line Switches == | ||
'''/nowarn''' - prevents the alpha warning from popping up on startup. This is good for when Shareaza needs to be started non-interactively. | |||
* '''/?''' - displays all available command line switches. | |||
=== Command line options === | |||
* '''/tray''' - starts Shareaza in the iconified state. | |||
* '''/nosplash''' - hides the startup splash screen which is always on top otherwise. | |||
* '''/nowarn''' - prevents the alpha warning from popping up on startup. This is good for when Shareaza needs to be started non-interactively. | |||
* '''/wait''' - waits until any other instance of Shareaza has been shut down before continuing the start-up process. | |||
=== Interface modes === | |||
* '''/basic''' - starts Shareaza in [[Basic Mode]]. | |||
* '''/tabbed''' - starts Shareaza in [[Tabbed Mode]]. | |||
* '''/windowed''' - starts Shareaza in [[Windowed Mode]]. | |||
=== System options === | |||
* '''/RegServer''' - registers Shareazas internal components for all users on this computer. | |||
* '''/UnRegServer''' - removes registration of Shareazas internal components for all users on this computer. | |||
* '''/RegServerPerUser''' - registers Shareazas internal components for the current user. | |||
* '''/UnRegServerPerUser''' - registers Shareazas internal components for the current user. | |||
{{Navigation|Developers}} |
Latest revision as of 19:30, 14 February 2011
Translation |
Do not translate this page into other languages. It is either low priority, too specific or incomplete. | e |
Command Line Switches
- /? - displays all available command line switches.
Command line options
- /tray - starts Shareaza in the iconified state.
- /nosplash - hides the startup splash screen which is always on top otherwise.
- /nowarn - prevents the alpha warning from popping up on startup. This is good for when Shareaza needs to be started non-interactively.
- /wait - waits until any other instance of Shareaza has been shut down before continuing the start-up process.
Interface modes
- /basic - starts Shareaza in Basic Mode.
- /tabbed - starts Shareaza in Tabbed Mode.
- /windowed - starts Shareaza in Windowed Mode.
System options
- /RegServer - registers Shareazas internal components for all users on this computer.
- /UnRegServer - removes registration of Shareazas internal components for all users on this computer.
- /RegServerPerUser - registers Shareazas internal components for the current user.
- /UnRegServerPerUser - registers Shareazas internal components for the current user.
Navigation: ShareazaWiki > Developers > Command line switches