Kodi Community Forum

Full Version: advanced launcher: start program with password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

with advanced launcher i can start programs with specific options (i.e. command line options). but how can i start a program when i want to use a password?

what is want is: when i want to mount a truecrypt-volume is not very useful when the password is in the launcher settings. it's betten when i start the program and i get a windows to enter the password.

can i do this with advanced launcher?

friedrich
I have found this : http://www.bauer-power.net/2013/05/how-t...BSvvOJuM3E

So following their instruction doing something like this into Advanced Launcher may do the job :

Application : C:\Program Files\TrueCrypt\truecrypt.exe
Arguments : /a favorites /v PATH TO YOUR TRUECRYPT VOLUME /p PASSWORD /q
He said he doesn't want it in the settings where it is readable by all the world, and anyone has access.
Oupsss... ok...

So the reply is : not possible from Advanced Launcher
OTOH an addon that pops up a text box and then executes the truescript command would be relatively trivial.
(2014-09-14, 01:11)nickr Wrote: [ -> ]OTOH an addon that pops up a text box and then executes the truescript command would be relatively trivial.
Go! https://github.com/Angelscry/plugin.prog...d.launcher
I didn't mean trivial for me!