Page 1 of 1
[SOLVED] Console launch option
Published: September 17, 2024 - 09:51
by t.heroult
Hello,
I'm looking for settings to launch the console from the command line, forcing the use of an ini file for example?
Re: Console launch option
Published: September 17, 2024 - 10:26 AM
by htouvet
Good morning,
Yes, we can use the switch
-c<chemin vers fichier ini>
Or
--config=<chemin vers fichier ini>
example :
Code: Select all
waptconsole -c %LOCALAPPDATA%\waptconsole\tranquilit.ini
or in short:
(waptconsole looks for a matching ini file in %LOCALAPPDATA%\waptconsole)
(Note: This also works with wapt-get.exe)
Re: Console launch option
Published: September 17, 2024 - 10:51 AM
by t.heroult
Thank you so much !