Command line switches: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(Minor page update.)
(page content update)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{do not translate}}
== Command Line Switches ==
== Command Line Switches ==
* '''/?''' - displays all available command line switches.
=== Command line options ===
* '''/tray''' - starts Shareaza in the iconified state.
* '''/tray''' - starts Shareaza in the iconified state.
* '''/nosplash''' - hides the startup splash screen which is always on top otherwise.
* '''/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.
* '''/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.
* '''/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}}
{{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

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