Page 1 of 1

Thetis command line start options

Posted: Sat Feb 05, 2022 4:38 pm
by dl4zbg
Hello,

is there an option to start Thetis with directly activating the radio without clicking the "start"- button?

TNX

Volker

DL4ZBG

Re: Thetis programm start option

Posted: Sat Feb 05, 2022 5:29 pm
by w9mdb
Add -autostart to the startup.

Mike W9MDB

Re: Thetis programm start option

Posted: Sat Feb 05, 2022 10:18 pm
by dl4zbg
Thanks,

is there a list of all possible start options available? I did not find it the Thetis manual.

73

Volker

Re: Thetis programm start option

Posted: Sat Feb 05, 2022 11:00 pm
by w9mdb
That's the only one.

Re: Thetis programm start option

Posted: Sat Feb 05, 2022 11:25 pm
by ramdor
-autostart (powers on the radio 2 seconds after thetis start up)
-dbfilename (lets you define a path to a database file)
-datapath (will let you supply a folder that is different to the normal %appdata%\OpenHPSDR\\Thetis (or Thetis-x64)

the formats need to be something like :

Code: Select all

Thetis.exe -autostart
Thetis.exe -datapath:c:\thetisdatafolder\
Thetis.exe "-datapath:c:\test with spaces\"
Thetis.exe -datapath:c:\thetisdatafolder\ -autostart
Thetis.exe "-datapath:c:\test with spaces\" -autostart
Thetis.exe -dbfilename:c:\folder\database.xml
Thetis.exe "-dbfilename:c:\test folder with spaces\database.xml"


for example, my shortcut would be....

Code: Select all

"C:\Program Files\OpenHPSDR\Thetis\Thetis.exe" "-datapath:c:\test with spaces\"


Spaces are important between 'arguments' as are quotation marks around arguments that have spaces in the path. The Thetis shortcut might already have quotation marks around that part. Leave those, move to the end (outside the quotations), add a single space, then either the argument, or a quotation wrapped argument.

73

Richie.

Re: Thetis programm start option

Posted: Sun Feb 06, 2022 8:55 am
by dl4zbg
All clear, TNX

Re: Thetis programm start option

Posted: Sun Feb 06, 2022 9:01 am
by ramdor
combined into post above

Re: Thetis programm start option

Posted: Sun Feb 06, 2022 10:18 am
by dl4zbg
Should make some sense adding this usefull information to the Thetis manual !?

Re: Thetis command line start options

Posted: Sun Feb 06, 2022 11:59 am
by w-u-2-o
Great topic. Edited the title to make it more clear, and made it "tacked".

Re: Thetis command line start options

Posted: Sun Feb 06, 2022 12:25 pm
by w9mdb
Would nice to have a "thetis -help" to show the options.

Simpler than a manual.

Mike