Command line switches
-
A Former User last edited by
Does anyone know whether Opera 22 supports command line switches? I am particularly anxious about the /settings option from Opera 12, which let me provide a directory to the user's profile. Thanks.
-
l33t4opera last edited by
option from Opera 12, which let me provide a directory to the user's profile
Hi @pepak, you can add command line switch as follows:
"...\launcher.exe" --user-data-dir="X:\path\to\the\profile_dir"
-
A Former User last edited by
Chromium command line switches
A comprehensive list; most of them should work.
-
l33t4opera last edited by
Are there any other switches available?
@pepak: Yep, you can run the "launcher.exe" with the "--help" switch (or the "/help" switch), which should display a list of the features available through command-line switches, as in this link.
In addition - as the new Opera is based on the Chromium project, - you can also try to experiment with the Chromium command line switches, but you should be aware, that not all of them may work properly in the Opera.