📜 ⬆️ ⬇️

Portable Gajim [win]

To run Gajim in portable mode from a USB flash drive in the Gajim \ bin directory, create a bat file gajim.bat

@echo off
@start gajim.exe -p portable -c ..\DataDir


All Gajim settings will be stored in the Gajim \ DataDir folder, if the folder does not exist it will be created. The same method allows you to run multiple copies of Gajim. The -p switch specifies the name of the profile, it can be any.
')
PS inspired by gluek.info/wiki/software/psi-portable
PPS gajim.bat

In the blog

Source: https://habr.com/ru/post/52468/


All Articles