I recently downloaded Jitsi Portable from sourceforge ( http://sourceforge.net/projects/jitsiportable/ ), unzipped it, and placed it into the PortableApps directory so I can (hopefully) launch it with the PortableApps.com Menu.
The main program directory contains the following 2 files involved in launching Jitsi Portable:
jitsi-non-portable.exe
jitsi-portable.bat
The batch file contains the following 2 lines:
start jitsi-non-portable.exe --config=./data
exit
The batch file is what is used to launch Jitsi Portable, but the PortableApps Menu (by design) looks to launch the .exe file.
Is there any way (or a workaround) for getting this program launched from within the PortableApps Menu.
Thanks.